stmgr: Mute duplicate msg in tipset spam

This commit is contained in:
Łukasz Magiera 2019-12-05 19:59:51 +01:00
parent f0ff7e7dda
commit 38eedd05e8

View File

@ -195,7 +195,6 @@ func (sm *StateManager) computeTipSetState(ctx context.Context, blks []*types.Bl
} }
if applied[m.From] != m.Nonce { if applied[m.From] != m.Nonce {
log.Infof("skipping message from %s: nonce check failed: exp %d, was %d", m.From, applied[m.From], m.Nonce)
continue continue
} }
applied[m.From]++ applied[m.From]++