pubkeyring syncing, w00t
This commit is contained in:
parent
497a93991e
commit
8b6c2df6bd
2 changed files with 18 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue