Skip to content

Commit

Permalink
Update signature-aggregator/api/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Geoff Stuart <geoff.vball@gmail.com>
Signed-off-by: F. Eugene Aumson <feuGeneA@users.noreply.github.com>
  • Loading branch information
feuGeneA and geoff-vball authored Aug 23, 2024
1 parent 7fd79dc commit 58af3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signature-aggregator/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (

// Defines a request interface for signature aggregation for a raw unsigned message.
type AggregateSignatureRequest struct {
// Required: either Message or Justification must be provided
// Required. hex-encoded message, optionally prefixed with "0x".
// Required: either Message or Justification must be provided.
// hex-encoded message, optionally prefixed with "0x".
Message string `json:"message"`
// hex-encoded justification, optionally prefixed with "0x".
Justification string `json:"justification"`
Expand Down

0 comments on commit 58af3de

Please sign in to comment.