Remove some accidentally left debugging changes

This commit is contained in:
Zahary Karadjov 2020-12-16 01:09:19 +02:00
parent 8ebf9c30b0
commit c56677867b
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 2 additions and 2 deletions

View File

@ -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