Updated on 2026-08-14

This commit is contained in:
Tangem 2021-05-21 10:13:48 +03:00
parent f473bfe744
commit 5804e60791

View file

@ -130,6 +130,7 @@ class MultiWalletMiddleware {
blockchain = Blockchain.Ethereum
)?.also { walletManager ->
store.dispatch(WalletAction.MultiWallet.AddWalletManagers(walletManager))
store.dispatch(WalletAction.MultiWallet.AddBlockchain(walletManager.wallet.blockchain))
}
scope.launch {
val result = walletManager?.addToken(token)