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