Updated on 2026-08-14
This commit is contained in:
parent
375df6ef6e
commit
5dbe85c826
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ internal class EthereumCustomFeeConverter(
|
|||
keyboardActions = KeyboardActions(),
|
||||
),
|
||||
SendTextField.CustomFee(
|
||||
value = value.gasPrice.toBigDecimal().movePointLeft(GIGA_DECIMALS).toString(),
|
||||
value = value.gasPrice.toBigDecimal().movePointLeft(GIGA_DECIMALS).parseBigDecimal(GIGA_DECIMALS),
|
||||
decimals = GIGA_DECIMALS,
|
||||
symbol = ETHEREUM_GAS_UNIT,
|
||||
title = resourceReference(R.string.send_gas_price),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue