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.
ChannelConfig
1 parent 9aef500 commit 08672c2Copy full SHA for 08672c2
bindings/ldk_node.udl
@@ -199,12 +199,12 @@ dictionary PeerDetails {
199
};
200
201
dictionary ChannelConfig {
202
- u32 forwarding_fee_proportional_millionths;
203
- u32 forwarding_fee_base_msat;
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;
+ u32 forwarding_fee_proportional_millionths = 0;
+ u32 forwarding_fee_base_msat = 1000;
+ u16 cltv_expiry_delta = 72;
+ u64 max_dust_htlc_exposure_msat = 5000000;
+ u64 force_close_avoidance_max_fee_satoshis = 1000;
+ boolean accept_underpaying_htlcs = false;
208
209
210
enum LogLevel {
0 commit comments