Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 8, 2024
1 parent 3a475af commit 6d8bbf4
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 @@ -108,7 +108,7 @@ func (c Context) TxCount() int { return c.txCou
func (c Context) BlockGasUsed() uint64 { return c.blockGasUsed }
func (c Context) BlockGasWanted() uint64 { return c.blockGasWanted }

// clone the header before returning
// BlockHeader returns the header by value (shallow copy).
func (c Context) BlockHeader() cmtproto.Header {
return c.header
}
Expand Down

0 comments on commit 6d8bbf4

Please sign in to comment.