Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jul 6, 2024
1 parent ebc2159 commit 9d02761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vms/example/xsvm/chain/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var (
errMissingParent = errors.New("missing parent block")
errMissingChild = errors.New("missing child block")
errParentNotVerified = errors.New("parent block has not been verified")
errMissingState = errors.New("missing state")
errFutureTimestamp = errors.New("future timestamp")
errTimestampBeforeParent = errors.New("timestamp before parent")
errWrongHeight = errors.New("wrong height")
Expand Down

0 comments on commit 9d02761

Please sign in to comment.