The following line incorrectly references outdated line numbers to point to the RIP-7212 precompile implementation.
|
[here](https://github.com/ethereum-optimism/op-geth/blob/optimism/core/vm/contracts.go#L1161-L1193). |
This is because it references the tip of the optimism branch instead of a static commit.
To fix, the reference should be changed to reference a range of lines within a static commit. For example:
https://github.com/ethereum-optimism/op-geth/blob/24c89af/core/vm/contracts.go#L1519-L1535