Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-20 11:17:30 +02:00
parent 569ee3f7a8
commit b3df6b20b0

View file

@ -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)
}
}
}