Updated on 2026-08-14
This commit is contained in:
parent
569ee3f7a8
commit
b3df6b20b0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ internal class DefaultBlockchainInteractor @Inject constructor(
|
|||
return if (token is CryptoCurrency.Token) {
|
||||
token.decimals
|
||||
} else {
|
||||
transactionManager.getNativeTokenDecimals(token.network.id.value)
|
||||
transactionManager.getNativeTokenDecimals(token.network.backendId)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue