diff --git a/plugins/plugins/core/wallet/wallet-app.src.js b/plugins/plugins/core/wallet/wallet-app.src.js index bd815d07..7967ad6f 100644 --- a/plugins/plugins/core/wallet/wallet-app.src.js +++ b/plugins/plugins/core/wallet/wallet-app.src.js @@ -4686,8 +4686,8 @@ class MultiWallet extends LitElement { } const coin = this._selectedWallet await this.fetchWalletAddress(this._selectedWallet) - await this.fetchWalletDetails(this._selectedWallet) await this.fetchWalletServer(this._selectedWallet) + await this.fetchWalletDetails(this._selectedWallet) if (this._selectedWallet == coin) { await this.renderTransactions() await this.getTransactionGrid(this._selectedWallet)