Skip to content

Commit

Permalink
Update interfaces.go
Browse files Browse the repository at this point in the history
Signed-off-by: crStiv <[email protected]>
  • Loading branch information
crStiv authored Feb 20, 2025
1 parent 0211a21 commit 74cf090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tx/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cf090

Please sign in to comment.