miner: Fix mpool too-high-nonce-msgs log

This commit is contained in:
Łukasz Magiera 2020-07-01 12:53:27 +02:00
parent 228ff3ba57
commit e949a458ec

View File

@ -561,7 +561,7 @@ func SelectMessages(ctx context.Context, al ActorLookup, ts *types.TipSet, msgs
}
if tooHighNonceMsgs > 0 {
log.Warnf("%d messages in mempool had too high nonce", tooLowFundMsgs)
log.Warnf("%d messages in mempool had too high nonce", tooHighNonceMsgs)
}
sm := time.Now()