docs: correct comment for SingleSignatureData.Signature (#11326)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Philip Glazman 2022-03-07 02:27:11 -08:00 committed by GitHub
parent 8798a61847
commit ccaf94391e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}