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