Refresh server info after connection

This commit is contained in:
QuickMythril 2024-02-04 17:09:55 -05:00
parent 21ea70f73c
commit 293fecbaa6

View File

@ -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)