fix uxrefresh with new #setup
This commit is contained in:
parent
df23125f5e
commit
a8d85adc84
8 changed files with 46 additions and 46 deletions
|
|
@ -120,6 +120,7 @@ Wallet.prototype._handleNetworkChange = function(newPeer) {
|
|||
this.sendWalletId(newPeer);
|
||||
this.sendPublicKeyRing(newPeer);
|
||||
this.sendTxProposals(newPeer);
|
||||
this.emit('refresh');
|
||||
};
|
||||
|
||||
Wallet.prototype.netStart = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue