stmgr: Mute duplicate msg in tipset spam
This commit is contained in:
parent
f0ff7e7dda
commit
38eedd05e8
@ -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]++
|
||||||
|
Loading…
Reference in New Issue
Block a user