Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-11 11:04:10 +03:00
parent 87c43ab20f
commit 4a14fb92db
6 changed files with 42 additions and 18 deletions

View file

@ -147,7 +147,7 @@ class TapWalletManager {
updateConfigManager(data)
withMainContext {
store.dispatch(WalletAction.ResetState(data.card.cardId))
store.dispatch(WalletAction.ResetState(data.card))
store.dispatch(WalletConnectAction.ResetState)
store.dispatch(GlobalAction.SaveScanNoteResponse(data))
store.dispatch(WalletAction.SetIfTestnetCard(data.card.isTestCard))