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.
AnchorChannelsConfig::enable_zero_fee_commitments
1 parent ece5f83 commit d543ab3Copy full SHA for d543ab3
bindings/ldk_node.udl
@@ -18,6 +18,7 @@ dictionary Config {
18
dictionary AnchorChannelsConfig {
19
sequence<PublicKey> trusted_peers_no_reserve;
20
u64 per_channel_reserve_sats;
21
+ boolean enable_zero_fee_commitments;
22
};
23
24
dictionary BackgroundSyncConfig {
0 commit comments