Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/vm: Correct the Memory Gas Overflow condition
previous overflow condition is too big to use. 0x7FFFFFFFF squre operation is overflowed uint64. 0x7FFFFFFFF^2 = 0x3F FFFF FFF0 0000 0001
- Loading branch information