From ccaf94391e1b46696df56d0395b5e6acc46b850d Mon Sep 17 00:00:00 2001 From: Philip Glazman <8378656+philipglazman@users.noreply.github.com> Date: Mon, 7 Mar 2022 02:27:11 -0800 Subject: [PATCH] docs: correct comment for SingleSignatureData.Signature (#11326) Co-authored-by: Marko --- types/tx/signing/signature_data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tx/signing/signature_data.go b/types/tx/signing/signature_data.go index 0dd61fe634..8b5999e314 100644 --- a/types/tx/signing/signature_data.go +++ b/types/tx/signing/signature_data.go @@ -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 }