replay: ensure cs.height and wal.height match

This commit is contained in:
Ethan Buchman
2016-10-11 16:06:46 -04:00
parent 9365d33243
commit 71baad59df
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ func (bcR *BlockchainReactor) Receive(chID byte, src *p2p.Peer, msgBytes []byte)
return
}
log.Notice("Receive", "src", src, "chID", chID, "msg", msg)
log.Info("Receive", "src", src, "chID", chID, "msg", msg)
switch msg := msg.(type) {
case *bcBlockRequestMessage: