mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 11:27:52 +00:00
Fix ARRR fee
This commit is contained in:
parent
fc5ad49ca9
commit
2f6eb372d4
@ -3758,11 +3758,11 @@ class MultiWallet extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
calculateArrrAll() {
|
calculateArrrAll() {
|
||||||
if (this.balance < 0.00000002) {
|
if (this.balance < 0.00010000) {
|
||||||
let not_enough_string = get("walletpage.wchange26")
|
let not_enough_string = get("walletpage.wchange26")
|
||||||
parentEpml.request('showSnackBar', `${not_enough_string}`)
|
parentEpml.request('showSnackBar', `${not_enough_string}`)
|
||||||
} else {
|
} else {
|
||||||
this.arrrAmount = (this.balance - 0.00000001).toFixed(8)
|
this.arrrAmount = (this.balance - 0.00010000).toFixed(8)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user