wallet: remove useless server.

This commit is contained in:
Christopher Jeffrey 2017-10-22 01:00:16 -07:00
parent fe2a6eb793
commit f617283539
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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();