state.State and wal.writeHeight after handshake

This commit is contained in:
Ethan Buchman
2016-12-22 19:30:09 -05:00
parent 0e7694ca94
commit 0c01b0ded9
5 changed files with 16 additions and 2 deletions

View File

@ -21,5 +21,8 @@ COPY . $REPO
RUN go install ./cmd/tendermint
RUN bash scripts/install_tmsp_apps.sh
# expose the volume for debugging
VOLUME $REPO
EXPOSE 46656
EXPOSE 46657