Browse Source

Fixed console error

pirate-chain
CalDescent 2 years ago
parent
commit
affb69dcde
  1. 2
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

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

@ -2559,7 +2559,7 @@ class MultiWallet extends LitElement {
// Check again shortly after
await new Promise(resolve => setTimeout(resolve, 2000));
window.setTimeout(this.fetchWalletDetails(this._selectedWallet), 1)
this.fetchWalletDetails(coin)
// No need to make balance or transaction list calls yet
return

Loading…
Cancel
Save