Skip to content

Commit 3ea47c8

Browse files
committed
lsp_plugin: remove anchor-type from jit channel
We use non-anchor channels for now and make this configurable in the future. The reason for this decission is that elements does not support anchors. Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
1 parent 124a155 commit 3ea47c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ impl<A: ClnApi> HtlcAcceptedHookHandler<A> {
507507
push_msat: None,
508508
request_amt: None,
509509
reserve: None,
510-
channel_type: Some(vec![12, 22, 50]),
510+
channel_type: Some(vec![12, 46, 50]),
511511
utxos: None,
512512
amount: AmountOrAll::Amount(Amount::from_msat(cap)),
513513
id: ds_rec.peer_id,

0 commit comments

Comments
 (0)