pubkeyring syncing, w00t

This commit is contained in:
Manuel Araoz 2014-08-18 14:24:58 -04:00
commit 8b6c2df6bd
2 changed files with 18 additions and 4 deletions

View file

@ -321,7 +321,6 @@ Wallet.prototype._handleData = function(senderId, data, isInbound) {
if (data.type !== 'walletId' && this.id !== data.walletId) {
this.emit('badMessage', senderId);
this.log('badMessage FROM:', senderId);
alert('fuck');
return;
}