address some comments from review

This commit is contained in:
Ethan Buchman
2017-12-27 01:27:03 -05:00
parent 6a4fd46479
commit 7d81a3f4a5
5 changed files with 17 additions and 14 deletions

View File

@@ -323,6 +323,7 @@ func (h *Handshaker) replayBlocks(proxyApp proxy.AppConns, appBlockHeight, store
// Note that we don't have an old version of the state,
// so we by-pass state validation/mutation using sm.ExecCommitBlock.
// This also means we won't be saving validator sets if they change during this period.
// TODO: Load the historical information to fix this and just use state.ApplyBlock
//
// If mutateState == true, the final block is replayed with h.replayBlock()