-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(levm): change gas type from U256 to u64 pt. 2 (#1568)
**Motivation** After 2bb8fa9 , the gas cost type changed from U256 to u64. However, _some_ functions did not update their return values to u64; this patch makes them return u64. **Description** Make the following functions return u64: - expansion_cost - cost <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #1547
- Loading branch information
1 parent
4952d7b
commit 8c8d61f
Showing
3 changed files
with
9 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters