mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 19:19:21 +00:00
fixes Forks can't be assigned out of order
error in hive
this is a quick fix for #635, allow us to run hive test again
This commit is contained in:
parent
273a94ed76
commit
86939d9248
@ -45,6 +45,7 @@ def to_bool:
|
||||
"daoForkBlock": env.HIVE_FORK_DAO_BLOCK|to_int,
|
||||
"daoForkSupport": env.HIVE_FORK_DAO_VOTE|to_bool,
|
||||
"eip150Block": env.HIVE_FORK_TANGERINE|to_int,
|
||||
"eip155Block": env.HIVE_FORK_SPURIOUS|to_int,
|
||||
"eip158Block": env.HIVE_FORK_SPURIOUS|to_int,
|
||||
"byzantiumBlock": env.HIVE_FORK_BYZANTIUM|to_int,
|
||||
"constantinopleBlock": env.HIVE_FORK_CONSTANTINOPLE|to_int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user