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

See issue #561

This reverts commit 469abb03fe.
This commit is contained in:
Steven Bower 2018-08-08 14:48:16 -07:00
parent ddeb73a396
commit eea4013dcf
No known key found for this signature in database
GPG Key ID: FDD9AEBC39E62B71

View File

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