This commit is contained in:
Ivan Socolsky 2015-03-30 11:49:32 -03:00
parent 4fc8faa483
commit 50aa9fabff
2 changed files with 1 additions and 4 deletions

View File

@ -30,9 +30,6 @@ WsApp.start = function(server) {
WalletService.onNotification(function(serviceInstance, args) {
var room = serviceInstance.walletId || args.walletId;
console.log('*** [wsapp.js ln33] args:', args); // TODO
console.log('*** [wsapp.js ln33] room:', room); // TODO
if (room) {
io.to(room).emit('notification', args);
}

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "0.0.15",
"version": "0.0.16",
"keywords": [
"bitcoin",
"copay",