Skip to content

Commit

Permalink
chore: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent e2fd710 commit 38a14de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bhserrors/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var ErrDeleteToken = BHSError{Message: "Failed to delete token", StatusCode: 400

// ////////////////////////////////// HEADERS ERRORS

// ErrAncestorHashHigher is when ancestor hash height is heigher than requested header
// ErrAncestorHashHigher is when ancestor hash height is higher than requested header
var ErrAncestorHashHigher = BHSError{Message: "Ancestor header height can not be higher than requested header height", StatusCode: 400, Code: "ErrAncestorHashHigher"}

// ErrAncestorNotFound is when ancestor for a given hash was not found
Expand Down

0 comments on commit 38a14de

Please sign in to comment.