Skip to content

Commit cfc3952

Browse files
committed
f Account for new field in ChannelConfig
1 parent 09fb5cb commit cfc3952

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
@@ -205,6 +205,7 @@ dictionary ChannelConfig {
205205
u16 cltv_expiry_delta;
206206
u64 max_dust_htlc_exposure_msat;
207207
u64 force_close_avoidance_max_fee_satoshis;
208+
boolean accept_underpaying_htlcs;
208209
};
209210

210211
enum LogLevel {

0 commit comments

Comments
 (0)