mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-27 07:45:54 +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
|
this.sellBtnDisable = true
|
||||||
const sellAmountInput = this.shadowRoot.getElementById('sellAmountInput').value
|
const sellAmountInput = this.shadowRoot.getElementById('sellAmountInput').value
|
||||||
const sellTotalInput = this.shadowRoot.getElementById('sellTotalInput').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 () => {
|
const makeRequest = async () => {
|
||||||
let _receivingAddress = null
|
let _receivingAddress = null
|
||||||
@ -2733,7 +2733,7 @@ class TradePortal extends LitElement {
|
|||||||
fundingQortAmount: parseFloat(fundingQortAmount),
|
fundingQortAmount: parseFloat(fundingQortAmount),
|
||||||
foreignBlockchain: this.selectedCoin,
|
foreignBlockchain: this.selectedCoin,
|
||||||
foreignAmount: parseFloat(sellTotalInput),
|
foreignAmount: parseFloat(sellTotalInput),
|
||||||
tradeTimeout: 60,
|
tradeTimeout: 120,
|
||||||
receivingAddress: _receivingAddress,
|
receivingAddress: _receivingAddress,
|
||||||
})
|
})
|
||||||
return response
|
return response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user