mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Refresh server info after connection
This commit is contained in:
@@ -4688,6 +4688,7 @@ class MultiWallet extends LitElement {
|
|||||||
await this.fetchWalletAddress(this._selectedWallet)
|
await this.fetchWalletAddress(this._selectedWallet)
|
||||||
await this.fetchWalletServer(this._selectedWallet)
|
await this.fetchWalletServer(this._selectedWallet)
|
||||||
await this.fetchWalletDetails(this._selectedWallet)
|
await this.fetchWalletDetails(this._selectedWallet)
|
||||||
|
await this.fetchWalletServer(this._selectedWallet)
|
||||||
if (this._selectedWallet == coin) {
|
if (this._selectedWallet == coin) {
|
||||||
await this.renderTransactions()
|
await this.renderTransactions()
|
||||||
await this.getTransactionGrid(this._selectedWallet)
|
await this.getTransactionGrid(this._selectedWallet)
|
||||||
|
Reference in New Issue
Block a user