4
1
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:
AlphaX-Projects 2023-08-19 09:29:34 +02:00
parent 61d0aa0641
commit cb0c138a9b

View File

@ -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