From 293fecbaa65ded65f59d1fc0ad4481730049e221 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Sun, 4 Feb 2024 17:09:55 -0500 Subject: [PATCH] Refresh server info after connection --- plugins/plugins/core/wallet/wallet-app.src.js | 1 + 1 file changed, 1 insertion(+) 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)