remove pubKeyRingUpdated event

This commit is contained in:
Manuel Araoz 2014-05-09 15:05:47 -03:00
commit bdbe8bdfc7
2 changed files with 1 additions and 6 deletions

View file

@ -84,11 +84,6 @@ angular.module('copay.controllerUtils')
});
$rootScope.$digest();
});
w.on('publicKeyRingUpdated', function() {
root.updateBalance(function() {
$rootScope.$digest();
});
});
w.on('openError', root.onErrorDigest);
w.on('connect', function(peerID) {
//alert(w.getRegisteredPeerIds());