Skip to content

Commit

Permalink
Remove unused code (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Jan 7, 2025
1 parent e320a7e commit 4830610
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions op-proposer/proposer/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ func l2BlockRefToBlockID(ref eth.L2BlockRef) eth.BlockID {
}
}

func headerToBlockID(header *types.Header) eth.BlockID {
return eth.BlockID{
Number: header.Number.Uint64(),
Hash: header.Hash(),
}
}

// loop is responsible for creating & submitting the next outputs
// The loop regularly polls the L2 chain to infer whether to make the next proposal.
func (l *L2OutputSubmitter) loop() {
Expand Down

0 comments on commit 4830610

Please sign in to comment.