diff --git a/miner/miner.go b/miner/miner.go index 6ee11d55c..7f83321c4 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -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()