forked from Qortal/qortal-ui
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