Skip to content

Commit 65037ab

Browse files
ben-kaufmanclaude
andcommitted
fix: add required connectionTimeoutSecs for ElectrumSyncConfig
rc.34 bindings require connectionTimeoutSecs as a non-optional field. Set to 10 seconds matching Android PR #855. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f4b45d4 commit 65037ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Bitkit/Services/LightningService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ class LightningService {
9595
onchainWalletSyncIntervalSecs: Env.walletSyncIntervalSecs,
9696
lightningWalletSyncIntervalSecs: Env.walletSyncIntervalSecs,
9797
feeRateCacheUpdateIntervalSecs: Env.walletSyncIntervalSecs
98-
)
98+
),
99+
connectionTimeoutSecs: 10
99100
)
100101
builder.setChainSourceElectrum(serverUrl: resolvedElectrumServerUrl, config: electrumConfig)
101102

0 commit comments

Comments
 (0)