Skip to content

Commit 5b5ecce

Browse files
committed
Update WalletStaticCoreProtocol.swift
1 parent 7711f2e commit 5b5ecce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adamant/Modules/Wallets/WalletsService/WalletStaticCoreProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension WalletStaticCoreProtocol {
3737
let coinInfoSIH = coinInfo?.services?.infoService?.healthCheck
3838
let coinInfoSNH = coinInfo?.services?.ipfsNode?.healthCheck
3939

40-
if let coinInfoNH = coinInfoNH {
40+
if let coinInfoNH {
4141
return CoinHealthCheckParameters(
4242
normalUpdateInterval: TimeInterval(coinInfoNH.normalUpdateInterval / 1000),
4343
crucialUpdateInterval: TimeInterval(coinInfoNH.crucialUpdateInterval / 1000),

0 commit comments

Comments
 (0)