We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad9bcc commit 5268f24Copy full SHA for 5268f24
1 file changed
plugins/lsps-plugin/src/lsps2/handler.rs
@@ -535,6 +535,7 @@ impl<A: ClnApi> HtlcAcceptedHookHandler<A> {
535
let mut is_active = false;
536
while !is_active {
537
let ls_ch_req = ListpeerchannelsRequest {
538
+ channel_id: None,
539
id: Some(ds_rec.peer_id),
540
short_channel_id: None,
541
};
0 commit comments