symmetric encryption
This commit is contained in:
parent
31c2749813
commit
751d86e785
4 changed files with 42 additions and 29 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue