ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.21k stars 2.99k forks source link

op-challenger: Remove unused blockNumberFetcher #11006

Closed ajsutton closed 5 days ago

ajsutton commented 5 days ago

Description

Quick cleanup I noticed while using this code as reference for something else - we don't actually use the blockNumberFetcher so can remove the field and type declaration.