File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub struct SingleSignatures {
23
23
24
24
/// Message that is signed by the signer
25
25
///
26
- /// Used to buffer the signature for later if the Aggregator has yet to create an open message
26
+ /// Used to buffer the signature for later if the aggregator has yet to create an open message
27
27
/// for the signed entity type.
28
28
#[ serde( skip_serializing_if = "Option::is_none" ) ]
29
29
pub signed_message : Option < String > ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub struct RegisterSignatureMessage {
24
24
25
25
/// Message that is signed by the signer
26
26
///
27
- /// Used to buffer the signature for later if the Aggregator has yet to create an open message
27
+ /// Used to buffer the signature for later if the aggregator has yet to create an open message
28
28
/// for the signed entity type.
29
29
#[ serde( skip_serializing_if = "Option::is_none" ) ]
30
30
pub signed_message : Option < String > ,
Original file line number Diff line number Diff line change @@ -1072,8 +1072,8 @@ components:
1072
1072
description : |
1073
1073
Hash of the protocol message that is signed by the signer
1074
1074
1075
- Optional, allow the aggregator to store this signature for later if it has yet to start to work
1076
- on the message.
1075
+ Optional, allows the aggregator to store this signature for later if it has yet to start aggregating
1076
+ signatures for the message.
1077
1077
type : string
1078
1078
format : bytes
1079
1079
example :
You can’t perform that action at this time.
0 commit comments