diff --git a/plugins/plugins/core/wallet/wallet-app.src.js b/plugins/plugins/core/wallet/wallet-app.src.js index 7967ad6f..69d365b7 100644 --- a/plugins/plugins/core/wallet/wallet-app.src.js +++ b/plugins/plugins/core/wallet/wallet-app.src.js @@ -4688,6 +4688,7 @@ class MultiWallet extends LitElement { await this.fetchWalletAddress(this._selectedWallet) await this.fetchWalletServer(this._selectedWallet) await this.fetchWalletDetails(this._selectedWallet) + await this.fetchWalletServer(this._selectedWallet) if (this._selectedWallet == coin) { await this.renderTransactions() await this.getTransactionGrid(this._selectedWallet)