Skip to content

Commit

Permalink
fix TicketEnvelope types
Browse files Browse the repository at this point in the history
  • Loading branch information
pantrif committed Jul 29, 2024
1 parent 9052d98 commit 88ae7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/safrole/safrole.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func (k MetadataKey) MarshalJSON() ([]byte, error) {
}

type TicketEnvelope struct {
Attempt uint32
Signature [784]uint32
Attempt uint8
Signature [784]uint8
}

type TicketBody struct {
Expand Down

0 comments on commit 88ae7cb

Please sign in to comment.