Skip to content

Commit f5d79fe

Browse files
authored
Update interfaces.go (hyperledger#5150)
Signed-off-by: crStiv <[email protected]>
1 parent 0211a21 commit f5d79fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tx/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ type Envelope struct {
228228
Data []byte
229229
// ChannelHeaderBytes contains the marshalled ChannelHeader of the common.Header
230230
ChannelHeaderBytes []byte
231-
// ChannelHeaderBytes contains the marshalled SignatureHeader of the common.Header
231+
// SignatureHeaderBytes contains the marshalled SignatureHeader of the common.Header
232232
SignatureHeaderBytes []byte
233233
// ChannelHeader contains the ChannelHeader of this envelope
234234
ChannelHeader *common.ChannelHeader

0 commit comments

Comments
 (0)