Updated on 2026-08-14

This commit is contained in:
Tangem 2023-05-31 13:58:21 +03:00
parent 5e4d8a9113
commit c8acba2f3b
3 changed files with 3 additions and 3 deletions

View file

@ -200,7 +200,7 @@ class TransactionManagerImpl(
// for not EVM blockchains set gasLimit ZERO for now
when (fee.data) {
is TransactionFee.Single -> {
val amount = (fee.data as TransactionFee.Single).value
val amount = (fee.data as TransactionFee.Single).normal
val singleFee = ProxyFee(
gasLimit = BigInteger.ZERO,
fee = convertToProxyAmount(amount = amount),