Skip to content

Commit 1a2d522

Browse files
committed
lsp_plugin: remove reserve from hook response
This slipped in during development but actually, we don't want to mess with the channel reservere here. Signed-off-by: Peter Neuroth <[email protected]>
1 parent 52db3a9 commit 1a2d522

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/lsps-plugin/src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ async fn on_openchannel(
520520
// found in the ds record.
521521
return Ok(serde_json::json!({
522522
"result": "continue",
523-
"reserve": "0msat",
524523
"mindepth": 0,
525524
}));
526525
} else {

0 commit comments

Comments
 (0)