Updated on 2026-08-14
This commit is contained in:
parent
29d49a7476
commit
716602e7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ internal class SendConfirmationNotificationsTransformer(
|
|||
)
|
||||
}
|
||||
val fiatFee = formatFiatFee(
|
||||
amount = fee.amount,
|
||||
amount = fee.amount.copy(value = fiatFeeValue),
|
||||
isFeeConvertibleToFiat = feeUM.isFeeConvertibleToFiat,
|
||||
isFeeApproximate = feeUM.isFeeApproximate,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue