From f5d79fe19f5c4804ecdeb96089ac556ca9a96cbf Mon Sep 17 00:00:00 2001 From: crStiv Date: Thu, 20 Feb 2025 11:15:05 +0100 Subject: [PATCH] Update interfaces.go (#5150) Signed-off-by: crStiv --- pkg/tx/interfaces.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tx/interfaces.go b/pkg/tx/interfaces.go index 747890ba252..4a146f2ee75 100644 --- a/pkg/tx/interfaces.go +++ b/pkg/tx/interfaces.go @@ -228,7 +228,7 @@ type Envelope struct { Data []byte // ChannelHeaderBytes contains the marshalled ChannelHeader of the common.Header ChannelHeaderBytes []byte - // ChannelHeaderBytes contains the marshalled SignatureHeader of the common.Header + // SignatureHeaderBytes contains the marshalled SignatureHeader of the common.Header SignatureHeaderBytes []byte // ChannelHeader contains the ChannelHeader of this envelope ChannelHeader *common.ChannelHeader