Skip to content

Commit eea4013

Browse files
committed
Revert "test: http-test - don't read wallet.conf"
See issue #561 This reverts commit 469abb0.
1 parent ddeb73a commit eea4013

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: lib/wallet/plugin.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ class Plugin extends EventEmitter {
3434
super();
3535

3636
this.config = node.config.filter('wallet');
37-
38-
if (node.config.bool('config'))
39-
this.config.open('wallet.conf');
37+
this.config.open('wallet.conf');
4038

4139
this.network = node.network;
4240
this.logger = node.logger;

0 commit comments

Comments
 (0)