diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 0132b0f7f..ac4267714 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -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);