Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simulate/AccessList generation with None instead of Some(0) gas price (…
…#2686) # Description Otherwise, we get "gasPrice must be non-zero after london fork" when simulating against geth nodes ([code](https://github.com/ethereum/go-ethereum/blob/86a1f0c39494c8f5caddf6bd9fbddd4bdfa944fd/internal/ethapi/transaction_args.go#L220)) # Changes - [x] Change Some(0) => None ## How to test CI still passes <!-- ## Related Issues Fixes # -->
- Loading branch information