Skip to content

Commit

Permalink
[chore] fix comment on authority signatures (MystenLabs#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
punwai authored Aug 1, 2022
1 parent 811923e commit 036462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-types/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ pub struct TransactionEnvelope<S> {
pub data: TransactionData,
/// tx_signature is signed by the transaction sender, applied on `data`.
pub tx_signature: Signature,
/// authority signature information, if available, is signed by an authority, applied on `tx_signature` || `data`.
/// authority signature information, if available, is signed by an authority, applied on `data`.
pub auth_sign_info: S,
// Note: If any new field is added here, make sure the Hash and PartialEq
// implementation are adjusted to include that new field (unless the new field
Expand Down

0 comments on commit 036462a

Please sign in to comment.