Skip to content

Commit afc693d

Browse files
committed
contrib/init/bitcoind.openrcconf: Don't disable wallet by default
It's harmless if it goes unused, and confused when a wallet is desired
1 parent 234bfbf commit afc693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/init/bitcoind.openrcconf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
#BITCOIND_NICE=0
2424

2525
# Additional options (avoid -conf and -datadir, use flags above)
26-
BITCOIND_OPTS="-disablewallet"
26+
#BITCOIND_OPTS=""
2727

0 commit comments

Comments
 (0)