Skip to content

Commit

Permalink
Revert "test: http-test - don't read wallet.conf"
Browse files Browse the repository at this point in the history
See issue bcoin-org#561

This reverts commit 469abb0.
  • Loading branch information
BluSyn committed Aug 8, 2018
1 parent ddeb73a commit eea4013
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/wallet/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eea4013

Please sign in to comment.