Remove some accidentally left debugging changes
This commit is contained in:
parent
8ebf9c30b0
commit
c56677867b
|
@ -34,8 +34,8 @@ contract(DepositContract):
|
|||
|
||||
const
|
||||
web3Timeouts = 60.seconds
|
||||
hasDepositRootChecks = true # defined(has_deposit_root_checks)
|
||||
hasGenesisDetection* = true # defined(has_genesis_detection)
|
||||
hasDepositRootChecks = defined(has_deposit_root_checks)
|
||||
hasGenesisDetection* = defined(has_genesis_detection)
|
||||
|
||||
type
|
||||
Eth1BlockNumber* = uint64
|
||||
|
|
Loading…
Reference in New Issue