test: http-test - don't read wallet.conf
This commit is contained in:
parent
f24a9b674f
commit
469abb03fe
@ -34,7 +34,9 @@ class Plugin extends EventEmitter {
|
||||
super();
|
||||
|
||||
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.logger = node.logger;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user