this bugfix

This commit is contained in:
Kagami Hiiragi 2015-02-05 23:04:06 +03:00
parent 40d40c55aa
commit 376bc25912
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});