Enable txindex=1 as default #37

Closed
kodxana wants to merge 211 commits from master into master
Showing only changes of commit 82485f4c50 - Show all commits

View file

@ -35,8 +35,6 @@ COPY --from=build-container /go/bin /bin
VOLUME ["/root/.lbcd"]
RUN echo "txindex=1" >> /root/.lbcd/lbcd.conf
EXPOSE 9245 9246
ENTRYPOINT ["lbcd"]