Reject blocks with invalid last ticks in replay stage (#6833)
* Reject blocks with invalid last ticks in replay stage * slot_full
This commit is contained in:
@@ -3,6 +3,9 @@ pub enum BlockError {
|
||||
/// Block entries hashes must all be valid
|
||||
InvalidEntryHash,
|
||||
|
||||
/// Blocks must end in a tick that has been marked as the last tick.
|
||||
InvalidLastTick,
|
||||
|
||||
/// Blocks can not have extra ticks or missing ticks
|
||||
InvalidTickCount,
|
||||
|
||||
|
Reference in New Issue
Block a user