This commit is contained in:
Matias Alejo Garcia 2014-06-09 21:27:29 -03:00
parent 4ae3748414
commit 2385fc28d4
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
});
self.network.on('data', function(sender, data) {
if (data.type ==='walletId') {
console.log('[WalletFactory.js.223]', data.networkName, self.networkName); //TODO
if (data.networkName !== self.networkName ){
return cb('badNetwork');
}