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 0517c5c commit 4b6aa1aCopy full SHA for 4b6aa1a
bindings/ldk_node.udl
@@ -205,12 +205,12 @@ dictionary PeerDetails {
205
};
206
207
dictionary ChannelConfig {
208
- u32 forwarding_fee_proportional_millionths;
209
- u32 forwarding_fee_base_msat;
210
- u16 cltv_expiry_delta;
211
- u64 max_dust_htlc_exposure_msat;
212
- u64 force_close_avoidance_max_fee_satoshis;
213
- 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;
214
215
216
enum LogLevel {
0 commit comments