Skip to content

Commit 54cce9e

Browse files
committed
Update blockbuilder.go
1 parent 12ce686 commit 54cce9e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cl/blockbuilder/blockbuilder.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ type BlockBuilder struct {
5555
buildDelay time.Duration
5656
buildEmptyBlocksDelay time.Duration
5757
feeRecipient common.Address
58-
// Execution head of the previous block.
59-
// This field should only be set upon restart in setExecutionHeadFromRPC,
60-
// OR at the end of FinalizeBlock.
61-
executionHead *types.ExecutionHead
58+
executionHead *types.ExecutionHead
6259
}
6360

6461
func NewBlockBuilder(

0 commit comments

Comments
 (0)