Enable txindex=1 as default #37

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

View file

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