Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): change initial value of gas refund in sstore (#1530)
**Motivation** There was a problem with the refunded gas. It was not aligned correctly in the subcontexts. **Description** - Use the gas refund that we have in the `env` as the value in `sstore`. - Update `self.env.refunded_gas` with the new `gas_refunds` value. With this change, we prevent losing track of gas refunds across different contexts.
- Loading branch information