Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid checking illegal blocks. (#230)
## π Summary There was a bug if the block number was 0 (block_hash got 2^64-1 as a parameter) ## π‘ Motivation and Context Broke devnet tests for Pectra upgrade. --- ## β I have completed the following steps: * [X] Run `make lint` * [X] Run `make test` * [ ] Added tests (if applicable)
- Loading branch information