We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025b6d2 commit d58cf3cCopy full SHA for d58cf3c
bindings/ldk_node.udl
@@ -52,7 +52,7 @@ interface Node {
52
Invoice receive_variable_amount_payment([ByRef]string description, u32 expiry_secs);
53
PaymentDetails? payment([ByRef]PaymentHash payment_hash);
54
sequence<PeerDetails> list_peers();
55
- sequence<ChannelDetails> list_channels();
+ sequence<ChannelDetails> list_channels();
56
};
57
58
[Error]
0 commit comments