Skip to content

Commit d543ab3

Browse files
committed
fixup! Add AnchorChannelsConfig::enable_zero_fee_commitments
1 parent ece5f83 commit d543ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/ldk_node.udl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dictionary Config {
1818
dictionary AnchorChannelsConfig {
1919
sequence<PublicKey> trusted_peers_no_reserve;
2020
u64 per_channel_reserve_sats;
21+
boolean enable_zero_fee_commitments;
2122
};
2223

2324
dictionary BackgroundSyncConfig {

0 commit comments

Comments
 (0)