mirror of https://github.com/status-im/nim-eth.git
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…
Reference in New Issue