rm unnecessary save
This commit is contained in:
parent
923cd8d65b
commit
97882f8e3b
1 changed files with 0 additions and 7 deletions
|
|
@ -390,13 +390,6 @@ Identity.prototype.bindWallet = function(w) {
|
|||
w.on('txProposalEvent', function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
w.on('ready', function() {
|
||||
self.store({
|
||||
noWallets: true
|
||||
}, function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
});
|
||||
w.on('addressBookUpdated', function() {
|
||||
Identity.storeWalletDebounced(self, w);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue