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