wallet: remove useless server.
This commit is contained in:
parent
fe2a6eb793
commit
f617283539
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user