We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05891f4 commit 803c665Copy full SHA for 803c665
server.js
@@ -57,7 +57,7 @@ module.exports = class Hyperspace extends Nanoresource {
57
this.corestore = new Corestore(corestoreOpts.storage, corestoreOpts)
58
startTrieExtension(this.corestore)
59
60
- this.server = HRPC.createServer(this._onConnection.bind(this))
+ this.server = HRPC.createServer(opts.server, this._onConnection.bind(this))
61
this.db = new HyperspaceDb(this.corestore)
62
this.networker = null
63
0 commit comments