Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-20 11:38:59 +02:00
parent b3df6b20b0
commit 5ad1e47e65

View file

@ -417,7 +417,7 @@ internal class SwapInteractorImpl @Inject constructor(
return if (token is CryptoCurrency.Token) {
token.decimals
} else {
transactionManager.getNativeTokenDecimals(token.network.id.value)
transactionManager.getNativeTokenDecimals(token.network.backendId)
}
}