mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Clean up: fix typos (#11165)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -202,7 +202,7 @@ func pruneProposalHistoryBySlot(valBucket *bolt.Bucket, newestSlot types.Slot) e
|
||||
return errors.Wrapf(err, "could not prune epoch %d in proposal history", epoch)
|
||||
}
|
||||
} else {
|
||||
// If starting from the oldest, we dont find anything prunable, stop pruning.
|
||||
// If starting from the oldest, we don't find anything prunable, stop pruning.
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user