Skip to content

Commit

Permalink
update data go doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Mar 20, 2024
1 parent 9be6eb2 commit bc381f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,9 +1007,7 @@ func CommitFromProto(cp *cmtproto.Commit) (*Commit, error) {

//-----------------------------------------------------------------------------

// Data contains all the available Data of the block.
// Data with reserved namespaces (Txs, IntermediateStateRoots, Evidence) and
// Celestia application specific Blobs.
// Data contains all the Txs in a block.
type Data struct {
// Txs that will be applied by state @ block.Height+1.
// NOTE: not all txs here are valid. We're just agreeing on the order first.
Expand Down

0 comments on commit bc381f8

Please sign in to comment.