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.
1 parent 7711f2e commit 5b5ecceCopy full SHA for 5b5ecce
Adamant/Modules/Wallets/WalletsService/WalletStaticCoreProtocol.swift
@@ -37,7 +37,7 @@ extension WalletStaticCoreProtocol {
37
let coinInfoSIH = coinInfo?.services?.infoService?.healthCheck
38
let coinInfoSNH = coinInfo?.services?.ipfsNode?.healthCheck
39
40
- if let coinInfoNH = coinInfoNH {
+ if let coinInfoNH {
41
return CoinHealthCheckParameters(
42
normalUpdateInterval: TimeInterval(coinInfoNH.normalUpdateInterval / 1000),
43
crucialUpdateInterval: TimeInterval(coinInfoNH.crucialUpdateInterval / 1000),
0 commit comments