Revert GasInt back to int64 (#703)

Turn out it requires more planning to switch GasInt to uint64
This commit is contained in:
andri lim 2024-06-13 17:11:16 +07:00 committed by GitHub
parent 207244c2db
commit 7c952cf40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type
EthAddress* = array[20, byte]
DifficultyInt* = UInt256
GasInt* = uint64
GasInt* = int64
## Type alias used for gas computation
# For reference - https://github.com/status-im/nimbus/issues/35#issuecomment-391726518