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 cc0b4be commit 6ebe783Copy full SHA for 6ebe783
bindings/ldk_node.udl
@@ -200,12 +200,12 @@ dictionary PeerDetails {
200
};
201
202
dictionary ChannelConfig {
203
- u32 forwarding_fee_proportional_millionths;
204
- u32 forwarding_fee_base_msat;
205
- u16 cltv_expiry_delta;
206
- u64 max_dust_htlc_exposure_msat;
207
- u64 force_close_avoidance_max_fee_satoshis;
208
- 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;
209
210
211
enum LogLevel {
0 commit comments