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