Updated on 2026-08-14

This commit is contained in:
Tangem 2020-10-14 14:55:14 +03:00
parent 5480cabcb9
commit e591255af6
2 changed files with 3 additions and 1 deletions

View file

@ -233,6 +233,8 @@ private fun checkHashesCountOnline() {
is SimpleResult.Failure ->
if (result.error is BlockchainSdkError.SignatureCountNotMatched) {
store.dispatch(WalletAction.ShowWarning(WarningType.CardSignedHashesBefore))
} else if (card.walletSignedHashes ?: 0 > 0) {
store.dispatch(WalletAction.ShowWarning(WarningType.CardSignedHashesBefore))
}
}
}