symmetric encryption

This commit is contained in:
Matias Alejo Garcia 2014-04-25 17:36:00 -03:00
commit 751d86e785
4 changed files with 42 additions and 29 deletions

View file

@ -91,7 +91,6 @@ angular.module('copay.controllerUtils')
console.log('### SUBSCRIBE TO', addrs[i]);
Socket.emit('subscribe', addrs[i]);
}
console.log('[controllerUtils.js.64]'); //TODO
addrs.forEach(function(addr) {
Socket.on(addr, function(txid) {
console.log('Received!', txid);