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

Commit

Permalink
Merge branch 'main' into eip4844
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Feb 15, 2024
2 parents fe1ce39 + b05c0d6 commit 08c2ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ func (p *Proposer) sendProposeBlockTxWithBlobHash(

hookCalls := make([]encoding.HookCall, 0)

// initially just use the AssignmentHook default.
// TODO: flag for additional hook addresses and data.
// Initially just use the AssignmentHook default.
hookInputData, err := encoding.EncodeAssignmentHookInput(&encoding.AssignmentHookInput{
Assignment: assignment,
Tip: common.Big0, // TODO: flag for tip
Expand Down

0 comments on commit 08c2ad9

Please sign in to comment.