Skip to content

Commit 27b9931

Browse files
committed
Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default
afc693d contrib/init/bitcoind.openrcconf: Don't disable wallet by default (Luke Dashjr) Tree-SHA512: 1763a9e91788485b079b96239cf09f1557b338e5045aa4ffbad3908f88c4e362b9b5d86a8a0f33734899de244e76e7ced02a6be8e52b3fb69258a5101d6445ef
2 parents cb1716a + afc693d commit 27b9931

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,7 +23,7 @@
2323
#BITCOIND_NICE=0
2424

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

2828
# The timeout in seconds OpenRC will wait for bitcoind to terminate
2929
# after a SIGTERM has been raised.

0 commit comments

Comments
 (0)