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();
|
||||
|
||||
this.config = node.config.filter('wallet');
|
||||
|
||||
if (node.config.bool('config'))
|
||||
this.config.open('wallet.conf');
|
||||
this.config.open('wallet.conf');
|
||||
|
||||
this.network = node.network;
|
||||
this.logger = node.logger;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user