Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Jan 3, 2025
1 parent e332af0 commit ab2d408
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 ab2d408

Please sign in to comment.