Permalink
Browse files

contrib/init/bitcoind.openrcconf: Don't disable wallet by default

It's harmless if it goes unused, and confused when a wallet is desired

Github-Pull: #10451
Rebased-From: afc693d
  • Loading branch information...
1 parent 692dbb0 commit 3612219f9a18a2bd1ddebb1b90f556aa29586bfd @luke-jr luke-jr committed May 25, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 contrib/init/bitcoind.openrcconf
@@ -23,7 +23,7 @@
#BITCOIND_NICE=0
# Additional options (avoid -conf and -datadir, use flags above)
-BITCOIND_OPTS="-disablewallet"
+#BITCOIND_OPTS=""
# The timeout in seconds OpenRC will wait for bitcoind to terminate
# after a SIGTERM has been raised.

0 comments on commit 3612219

Please sign in to comment.