Merge pull request #832 from yemel/fix/double-store
Fix double wallet store on open/create/join
This commit is contained in:
commit
bd5d8d5168
1 changed files with 0 additions and 1 deletions
|
|
@ -301,7 +301,6 @@ Wallet.prototype.netStart = function(callback) {
|
|||
self.emit('publicKeyRingUpdated', true);
|
||||
self.scheduleConnect();
|
||||
self.emit('txProposalsUpdated');
|
||||
self.store();
|
||||
}, 10);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue