diff --git a/proposer/proposer.go b/proposer/proposer.go index 976e85943..b9a6f4e73 100644 --- a/proposer/proposer.go +++ b/proposer/proposer.go @@ -319,7 +319,7 @@ func (p *Proposer) makeProposeBlockTxWithBlobHash( // Initially just use the AssignmentHook default. hookInputData, err := encoding.EncodeAssignmentHookInput(&encoding.AssignmentHookInput{ Assignment: assignment, - Tip: common.Big0, // TODO: flag for tip + Tip: p.L1BlockBuilderTip, }) if err != nil { return nil, err