Merge pull request #194 from cmgustavo/bug/01-update-balance

Refresh subscriptions when someone add new address
This commit is contained in:
Matias Alejo Garcia 2014-04-25 17:38:50 -03:00
commit 31c2749813

View file

@ -58,6 +58,9 @@ angular.module('copay.controllerUtils')
w.on('refresh', function() {
root.updateBalance();
});
w.on('publicKeyRingUpdated', function() {
root.setSocketHandlers();
});
w.on('openError', root.onErrorDigest);
w.on('peer', function(peerID) {
video.callPeer(peerID, handlePeerVideo);