4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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