Skip to content

Commit

Permalink
use space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Apr 11, 2024
1 parent 2e8c0b5 commit be6de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/flow/sealing_segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type SealingSegment struct {
// (ii) All blocks that are sealed by `head`. This is relevant if `head` contains _multiple_ seals.
// (iii) The sealing segment holds the history of all non-expired collection guarantees, i.e.
// limitHeight := max(blockSealedAtHead.Height - flow.DefaultTransactionExpiry, SporkRootBlockHeight)
// where blockSealedAtHead is the block sealed by `head` block.
// where blockSealedAtHead is the block sealed by `head` block.
// (Potentially longer history is permitted)
ExtraBlocks []*Block

Expand Down

0 comments on commit be6de8f

Please sign in to comment.