mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-05 02:43:26 +00:00
Revert GasInt back to int64 (#703)
Turn out it requires more planning to switch GasInt to uint64
This commit is contained in:
parent
207244c2db
commit
7c952cf40e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user