Skip to content

Commit e95f04e

Browse files
authored
Merge pull request #102 from tnull/2023-05-fee-fix
Update fee rate cache on startup and make sync interval configurable
2 parents 8f9f234 + 53ef7ed commit e95f04e

File tree

5 files changed

+179
-120
lines changed

5 files changed

+179
-120
lines changed

bindings/ldk_node.udl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dictionary Config {
66
Network network;
77
NetAddress? listening_address;
88
u32 default_cltv_expiry_delta;
9+
u64 onchain_wallet_sync_interval_secs;
10+
u64 wallet_sync_interval_secs;
11+
u64 fee_rate_cache_update_interval_secs;
912
LogLevel log_level;
1013
};
1114

@@ -157,6 +160,7 @@ dictionary ChannelDetails {
157160
u64 channel_value_satoshis;
158161
u64? unspendable_punishment_reserve;
159162
UserChannelId user_channel_id;
163+
u32 feerate_sat_per_1000_weight;
160164
u64 balance_msat;
161165
u64 outbound_capacity_msat;
162166
u64 inbound_capacity_msat;

0 commit comments

Comments
 (0)