Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gas initialization for predicate estimation (#474)
Predicates previously used the tx.gasLimit for initialization but could never be more than MAX_GAS_PER_PREDICATE so they should also be initialized to that value if tx.gasLimit is greater than MAX_GAS_PER_PREDICATE.
- Loading branch information