op-node: Allow *types.Block to satisfy the BlockInfo interface
There was a single usage of BlockInfo.ID() which I replaced with a function called `ToBlockID` which can take either a BlockInfo or a types.Block (it uses an interface consisting of Hash and NumberU64).
Showing
Please register or sign in to comment