diff --git a/lib/node/spvnode.js b/lib/node/spvnode.js index bc9daf4f..6bd56b3b 100644 --- a/lib/node/spvnode.js +++ b/lib/node/spvnode.js @@ -87,8 +87,8 @@ function SPVNode(options) { ssl: this.config.bool('ssl'), keyFile: this.config.path('ssl-key'), certFile: this.config.path('ssl-cert'), - host: this.config.str('host'), - port: this.config.num('port'), + host: this.config.str('http-host'), + port: this.config.num('http-port'), apiKey: this.config.str('api-key'), noAuth: this.config.bool('no-auth') });