Skip to content

Commit

Permalink
contrib/init/bitcoind.openrcconf: Don't disable wallet by default
Browse files Browse the repository at this point in the history
It's harmless if it goes unused, and confused when a wallet is desired

Github-Pull: bitcoin#10451
Rebased-From: afc693d
  • Loading branch information
luke-jr authored and nomnombtc committed Jul 17, 2017
1 parent 0666277 commit aeaec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/init/bitcoind.openrcconf
Expand Up @@ -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.
Expand Down

0 comments on commit aeaec33

Please sign in to comment.