docker: adds --txindex to ltcd docker container

This commit is contained in:
Alessio 2018-02-05 18:05:51 -05:00 committed by Olaoluwa Osuntokun
parent a5815e957a
commit 2540172486

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.