mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Set timeout to 2 hours
This commit is contained in:
parent
61d0aa0641
commit
cb0c138a9b
@ -2701,7 +2701,7 @@ class TradePortal extends LitElement {
|
||||
this.sellBtnDisable = true
|
||||
const sellAmountInput = this.shadowRoot.getElementById('sellAmountInput').value
|
||||
const sellTotalInput = this.shadowRoot.getElementById('sellTotalInput').value
|
||||
const fundingQortAmount = this.round(parseFloat(sellAmountInput) + 0.001)
|
||||
const fundingQortAmount = this.round(parseFloat(sellAmountInput) + 0.021)
|
||||
|
||||
const makeRequest = async () => {
|
||||
let _receivingAddress = null
|
||||
@ -2733,7 +2733,7 @@ class TradePortal extends LitElement {
|
||||
fundingQortAmount: parseFloat(fundingQortAmount),
|
||||
foreignBlockchain: this.selectedCoin,
|
||||
foreignAmount: parseFloat(sellTotalInput),
|
||||
tradeTimeout: 60,
|
||||
tradeTimeout: 120,
|
||||
receivingAddress: _receivingAddress,
|
||||
})
|
||||
return response
|
||||
|
Loading…
x
Reference in New Issue
Block a user