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:
parent
27c6513109
commit
15d94551a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user