mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Add fee for AT execution
This commit is contained in:
parent
85883d4166
commit
3320d2f913
@ -3747,7 +3747,7 @@ class TradeBotPortal extends LitElement {
|
||||
}
|
||||
return Promise.reject(response)
|
||||
}).then((json) => {
|
||||
this.listedCoins.get("QORTAL").tradeFee = (Number(json) / 1e8).toFixed(2)
|
||||
this.listedCoins.get("QORTAL").tradeFee = (Number(json + 100000) / 1e8).toFixed(2)
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -3032,7 +3032,7 @@ class TradePortal extends LitElement {
|
||||
}
|
||||
return Promise.reject(response)
|
||||
}).then((json) => {
|
||||
this.listedCoins.get("QORTAL").tradeFee = (Number(json) / 1e8).toFixed(2)
|
||||
this.listedCoins.get("QORTAL").tradeFee = (Number(json + 100000) / 1e8).toFixed(2)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user