diff --git a/lib/net/tcp.js b/lib/net/tcp.js index eea2e51..054cff1 100644 --- a/lib/net/tcp.js +++ b/lib/net/tcp.js @@ -129,8 +129,8 @@ Transport.prototype.listen = function() { }); var transport = new self.constructor({ client: sock, - seeds: this.seeds, - dnsSeeds: this.dnsSeeds, + seeds: self.seeds, + dnsSeeds: self.dnsSeeds, }); self.emit("connection", transport); });