diff --git a/js/models/Identity.js b/js/models/Identity.js index abae78376..a63db37c4 100644 --- a/js/models/Identity.js +++ b/js/models/Identity.js @@ -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); });