Updated on 2026-08-14
This commit is contained in:
parent
f39671e8ad
commit
be1db0b2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ class ReceiptReducer : SendInternalReducer {
|
|||
}
|
||||
|
||||
private fun String.addPrecisionSign(): String {
|
||||
val result = if (feeState.feeIsApproximate) "$CAN_BE_LOWER_SIGN $this" else ""
|
||||
val result = if (feeState.feeIsApproximate) "$CAN_BE_LOWER_SIGN $this" else this
|
||||
return result.trim()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue