Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ethapi/api: for simulated calls, set gaspool to max value if…
… global gascap is 0 (#30474) In #27720, we introduced RPC global gas cap. A value of `0` means an unlimited gas cap. However, this was not the case for simulated calls. This PR fixes the behaviour.
- Loading branch information