Updated on 2026-08-14
This commit is contained in:
parent
e51166ed30
commit
04461eee1c
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue