Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-16 12:59:45 +05:00
parent 375df6ef6e
commit 5dbe85c826

View file

@ -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),