From 58af3deae462123f6b905f7aeed55a808ab7b5c9 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Thu, 22 Aug 2024 20:31:46 -0400 Subject: [PATCH] Update signature-aggregator/api/api.go Co-authored-by: Geoff Stuart Signed-off-by: F. Eugene Aumson --- signature-aggregator/api/api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/signature-aggregator/api/api.go b/signature-aggregator/api/api.go index 7ced94d2..e12eb19d 100644 --- a/signature-aggregator/api/api.go +++ b/signature-aggregator/api/api.go @@ -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"`