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

Commit

Permalink
fix(propsoer): use L1BlockBuilderTip flag value (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Feb 28, 2024
1 parent 1acfc5f commit 2068697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2068697

Please sign in to comment.