Browse Source

Fix typo "arrWallet"

qortal-ui-dev
QuickMythril 2 years ago committed by GitHub
parent
commit
925c471919
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

@ -739,7 +739,7 @@ class MultiWallet extends LitElement {
this.wallets.get('doge').wallet = window.parent.reduxStore.getState().app.selectedAddress.dogeWallet
this.wallets.get('dgb').wallet = window.parent.reduxStore.getState().app.selectedAddress.dgbWallet
this.wallets.get('rvn').wallet = window.parent.reduxStore.getState().app.selectedAddress.rvnWallet
this.wallets.get('arrr').wallet = window.parent.reduxStore.getState().app.selectedAddress.arrWallet
this.wallets.get('arrr').wallet = window.parent.reduxStore.getState().app.selectedAddress.arrrWallet
this._selectedWallet = 'qort'

Loading…
Cancel
Save