Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize gas cost subtraction using signed integer check
- Switched to i64 for gas computation to simplify OOG (Out of Gas) checks. - Replaced `overflowing_sub` with direct subtraction and a signed check.
- Loading branch information