test: http-test - don't read wallet.conf

This commit is contained in:
Javed Khan 2018-07-16 18:51:38 +05:30
parent f24a9b674f
commit 469abb03fe
No known key found for this signature in database
GPG Key ID: 7E31745B904584E6

View File

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