From eea4013dcfc2a8d944096bb4f07775b186ba4f9f Mon Sep 17 00:00:00 2001 From: Steven Bower Date: Wed, 8 Aug 2018 14:48:16 -0700 Subject: [PATCH] Revert "test: http-test - don't read wallet.conf" See issue #561 This reverts commit 469abb03feedcd6c11bec60771edf5b49fc513ab. --- lib/wallet/plugin.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/wallet/plugin.js b/lib/wallet/plugin.js index fd4db39b..e20aff97 100644 --- a/lib/wallet/plugin.js +++ b/lib/wallet/plugin.js @@ -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;