this bugfix

This commit is contained in:
Kagami Hiiragi 2015-02-05 23:04:06 +03:00
parent 40d40c55aa
commit 376bc25912

View File

@ -129,8 +129,8 @@ Transport.prototype.listen = function() {
}); });
var transport = new self.constructor({ var transport = new self.constructor({
client: sock, client: sock,
seeds: this.seeds, seeds: self.seeds,
dnsSeeds: this.dnsSeeds, dnsSeeds: self.dnsSeeds,
}); });
self.emit("connection", transport); self.emit("connection", transport);
}); });