this bugfix
This commit is contained in:
parent
40d40c55aa
commit
376bc25912
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user