trying to fix tests

This commit is contained in:
Manuel Araoz 2014-06-12 14:27:53 -03:00
commit 322a793b62
5 changed files with 35 additions and 52 deletions

View file

@ -92,7 +92,7 @@ Wallet.prototype._handlePublicKeyRing = function(senderId, data, isInbound) {
try{
hasChanged = this.publicKeyRing.merge(inPKR, true);
} catch (e){
console.log('## WALLET ERROR', e); //TODO
this.log('## WALLET ERROR', e); //TODO
this.emit('connectionError', e.message);
return;
}