Skip to content

Commit 7484d1e

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 <pet.v.ne@gmail.com>
1 parent dda85fa commit 7484d1e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/lsps-plugin/src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ async fn on_openchannel(
540540
// found in the ds record.
541541
return Ok(serde_json::json!({
542542
"result": "continue",
543-
"reserve": "0msat",
544543
"mindepth": 0,
545544
}));
546545
} else {

0 commit comments

Comments
 (0)