docker/btcd: ensure btcd starts with the txindex active

This commit is contained in:
Olaoluwa Osuntokun 2018-01-08 17:51:12 -08:00
parent e54e88ee2f
commit 52e3d86d12
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -53,7 +53,8 @@ PARAMS=$(echo \
"--logdir=/data" \
"--rpccert=/rpc/rpc.cert" \
"--rpckey=/rpc/rpc.key" \
"--rpclisten=0.0.0.0"
"--rpclisten=0.0.0.0" \
"--txindex"
)
# Set the mining flag only if address is non empty.