Browse Source

explicitly set no bootstraps for bootstraps

session-estimator
Mathias Buus 3 years ago
parent
commit
34292a3a08
  1. 2
      index.js

2
index.js

@ -63,7 +63,7 @@ class DHT extends EventEmitter {
} }
static bootstrapper (bind, opts) { static bootstrapper (bind, opts) {
return new this({ bind, firewalled: false, ...opts }) return new this({ bind, firewalled: false, bootstrap: [], ...opts })
} }
get id () { get id () {

Loading…
Cancel
Save