Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 2068697

Browse files
authored
fix(propsoer): use L1BlockBuilderTip flag value (#584)
1 parent 1acfc5f commit 2068697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposer/proposer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func (p *Proposer) makeProposeBlockTxWithBlobHash(
319319
// Initially just use the AssignmentHook default.
320320
hookInputData, err := encoding.EncodeAssignmentHookInput(&encoding.AssignmentHookInput{
321321
Assignment: assignment,
322-
Tip: common.Big0, // TODO: flag for tip
322+
Tip: p.L1BlockBuilderTip,
323323
})
324324
if err != nil {
325325
return nil, err

0 commit comments

Comments
 (0)