Skip to content

Commit

Permalink
docs: correct comment for SingleSignatureData.Signature (#11326)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
philipglazman and tac0turtle committed Mar 7, 2022
1 parent 8798a61 commit ccaf943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tx/signing/signature_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type SingleSignatureData struct {
// SignMode represents the SignMode of the signature
SignMode SignMode

// SignMode represents the SignMode of the signature
// Signature is the raw signature.
Signature []byte
}

Expand Down

0 comments on commit ccaf943

Please sign in to comment.