fix for QORT tx

cannot filter by address and display unconfirmed.  more info:
7aed0354f1
This commit is contained in:
QuickMythril
2022-02-01 15:54:29 -05:00
committed by GitHub
parent 27c6513109
commit 15d94551a8

View File

@@ -966,7 +966,7 @@ async showWallet(){
})
//fetching the qort transactions
const txsQort = await parentEpml.request('apiCall', {
url: `/transactions/search?address=${this.wallets.get('qort').wallet.address}&confirmationStatus=BOTH&reverse=true`,
url: `/transactions/search?address=${this.wallets.get('qort').wallet.address}&confirmationStatus=CONFIRMED&reverse=true`,
})
if(this._selectedWallet==coin)
this.wallets.get(coin).transactions = txsQort