mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Refresh server info after connection
This commit is contained in:
parent
21ea70f73c
commit
293fecbaa6
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user