From afc693dea695b75721db55d0decee3b11dcb3625 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 25 May 2017 01:56:03 +0000 Subject: [PATCH] contrib/init/bitcoind.openrcconf: Don't disable wallet by default It's harmless if it goes unused, and confused when a wallet is desired --- contrib/init/bitcoind.openrcconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init/bitcoind.openrcconf b/contrib/init/bitcoind.openrcconf index d8d7f5833..df9b0bc0d 100644 --- a/contrib/init/bitcoind.openrcconf +++ b/contrib/init/bitcoind.openrcconf @@ -23,5 +23,5 @@ #BITCOIND_NICE=0 # Additional options (avoid -conf and -datadir, use flags above) -BITCOIND_OPTS="-disablewallet" +#BITCOIND_OPTS=""