This commit is contained in:
Matias Alejo Garcia 2014-10-31 18:17:44 -03:00
commit 6e45aca517
2 changed files with 2 additions and 2 deletions

View file

@ -868,7 +868,7 @@ Wallet.prototype.netStart = function() {
if (net.started) {
log.debug('Wallet:' + self.id + ' Wallet networking was ready')
log.debug('Wallet:' + self.getName() + ': Wallet networking was ready')
self.emitAndKeepAlive('ready', net.getPeer());
return;
}