Skip to content

Commit

Permalink
fix: comment for blobs (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Nov 16, 2022
1 parent 142e06b commit 507b620
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -1012,11 +1012,7 @@ type Data struct {

Evidence EvidenceData `json:"evidence"`

// The messages included in this block. TODO: how do messages end up here?
// (abci) app <-> ll-core? A simple approach could be: include them in the
// Tx above and have a mechanism to split them out somehow? Probably better
// to include them only when necessary (before proposing the block) as blobs
// do not really need to be processed by tendermint
// The blobs included in this block.
Blobs []Blob `json:"blobs"`

// SquareSize is the size of the square after splitting all the block data
Expand Down

0 comments on commit 507b620

Please sign in to comment.