Revert "test: http-test - don't read wallet.conf"
See issue #561
This reverts commit 469abb03fe.
This commit is contained in:
parent
ddeb73a396
commit
eea4013dcf
@ -34,9 +34,7 @@ class Plugin extends EventEmitter {
|
|||||||
super();
|
super();
|
||||||
|
|
||||||
this.config = node.config.filter('wallet');
|
this.config = node.config.filter('wallet');
|
||||||
|
this.config.open('wallet.conf');
|
||||||
if (node.config.bool('config'))
|
|
||||||
this.config.open('wallet.conf');
|
|
||||||
|
|
||||||
this.network = node.network;
|
this.network = node.network;
|
||||||
this.logger = node.logger;
|
this.logger = node.logger;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user