From f6172835397316287437698f2a57c2154529f518 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 22 Oct 2017 01:00:16 -0700 Subject: [PATCH] wallet: remove useless server. --- lib/wallet/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet/http.js b/lib/wallet/http.js index 4dfb1e72..af1145bf 100644 --- a/lib/wallet/http.js +++ b/lib/wallet/http.js @@ -49,7 +49,6 @@ function HTTPServer(options) { this.logger = this.options.logger.context('http'); this.wdb = this.options.walletdb; - this.server = new HTTPBase(this.options); this.rpc = this.wdb.rpc; this.init();