We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6892e3e commit fb76728Copy full SHA for fb76728
bindings/ldk_node.udl
@@ -20,9 +20,9 @@ dictionary AnchorChannelsConfig {
20
};
21
22
dictionary EsploraSyncConfig {
23
- u64 onchain_wallet_sync_interval_secs;
24
- u64 lightning_wallet_sync_interval_secs;
25
- u64 fee_rate_cache_update_interval_secs;
+ u64? onchain_wallet_sync_interval_secs;
+ u64? lightning_wallet_sync_interval_secs;
+ u64? fee_rate_cache_update_interval_secs;
26
27
28
dictionary LSPS2ServiceConfig {
0 commit comments