Skip to content

Commit 8688f02

Browse files
committed
plugins: lsps: update listpeerchannels request
ListpeerchannelsRequest now has a filed `channel_id`. Changelog-None Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
1 parent 015659a commit 8688f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/lsps-plugin/src/lsps2/handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ impl<A: ClnApi> HtlcAcceptedHookHandler<A> {
535535
let mut is_active = false;
536536
while !is_active {
537537
let ls_ch_req = ListpeerchannelsRequest {
538+
channel_id: None,
538539
id: Some(ds_rec.peer_id),
539540
short_channel_id: None,
540541
};

0 commit comments

Comments
 (0)