Updated on 2026-08-14
This commit is contained in:
parent
69d3afcfdb
commit
44a9f22930
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ internal class BitcoinCustomFeeConverter(
|
|||
val feeValue = value.amount.value
|
||||
val feeCurrency = feeCryptoCurrencyStatusProvider()?.value
|
||||
val network = feeCryptoCurrencyStatusProvider()?.currency?.network?.id?.value
|
||||
return if (network != null && (isUseBitcoinFeeConverter(network))) {
|
||||
return if (network != null && isUseBitcoinFeeConverter(network)) {
|
||||
persistentListOf(
|
||||
SendTextField.CustomFee(
|
||||
value = feeValue?.parseBigDecimal(value.amount.decimals).orEmpty(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue