Skip to content

Commit

Permalink
Update types/context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Apr 5, 2024
1 parent 851bed5 commit 3aca768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c Context) StreamingManager() storetypes.StreamingManager { return c.strea
func (c Context) CometInfo() comet.Info { return c.cometInfo }
func (c Context) HeaderInfo() header.Info { return c.headerInfo }

// BlockHeader returns the header is returned by value.
// BlockHeader returns the header by value.
func (c Context) BlockHeader() cmtproto.Header {
return c.header
}
Expand Down

0 comments on commit 3aca768

Please sign in to comment.