From 25401724866092f6b1b9343f66735ed48d4a22ad Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 5 Feb 2018 18:05:51 -0500 Subject: [PATCH] docker: adds --txindex to ltcd docker container --- docker/ltcd/start-ltcd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/ltcd/start-ltcd.sh b/docker/ltcd/start-ltcd.sh index fb9ef6e8..defac5a4 100755 --- a/docker/ltcd/start-ltcd.sh +++ b/docker/ltcd/start-ltcd.sh @@ -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.