Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-22 20:01:40 +08:00
parent e51166ed30
commit 04461eee1c
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ class DefaultCustomTokenInteractor(
val isNeedToDerive = isNeedToDerive(userWallet, currency)
if (isNeedToDerive) {
deriveMissingBlockchains(userWallet = userWallet, currencyList = listOf(currency)) {
submitAdd(userWallet = userWallet, currency = currency)
submitAdd(userWallet = userWallet.copy(scanResponse = it), currency = currency)
}
} else {
submitAdd(userWallet, currency)