Browse Source

fix for QORT tx

cannot filter by address and display unconfirmed.  more info:
7aed0354f1
qdn-metadata
QuickMythril 3 years ago committed by GitHub
parent
commit
15d94551a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

2
qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

@ -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…
Cancel
Save