rm log
This commit is contained in:
parent
4ae3748414
commit
2385fc28d4
1 changed files with 0 additions and 2 deletions
|
|
@ -220,8 +220,6 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
|
||||||
});
|
});
|
||||||
self.network.on('data', function(sender, data) {
|
self.network.on('data', function(sender, data) {
|
||||||
if (data.type ==='walletId') {
|
if (data.type ==='walletId') {
|
||||||
|
|
||||||
console.log('[WalletFactory.js.223]', data.networkName, self.networkName); //TODO
|
|
||||||
if (data.networkName !== self.networkName ){
|
if (data.networkName !== self.networkName ){
|
||||||
return cb('badNetwork');
|
return cb('badNetwork');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue