Updated on 2026-08-14
This commit is contained in:
parent
649974f019
commit
c41b3b86a6
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@ class MultiWalletMiddleware {
|
|||
token, blockchainNetwork.blockchain, blockchainNetwork.derivationPath
|
||||
)
|
||||
}))
|
||||
walletManager.addTokens(tokens)
|
||||
if (tokens.isNotEmpty()) walletManager.addTokens(tokens)
|
||||
|
||||
currenciesRepository.saveUpdatedCurrency(
|
||||
cardId = scanResponse.card.cardId,
|
||||
blockchainNetwork = BlockchainNetwork.fromWalletManager(walletManager)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue