We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ChannelConfig
1 parent 5dfe48a commit 9aef500Copy full SHA for 9aef500
1 file changed
bindings/ldk_node.udl
@@ -204,6 +204,7 @@ dictionary ChannelConfig {
204
u16 cltv_expiry_delta;
205
u64 max_dust_htlc_exposure_msat;
206
u64 force_close_avoidance_max_fee_satoshis;
207
+ boolean accept_underpaying_htlcs;
208
};
209
210
enum LogLevel {
0 commit comments