From c56677867b9861480c71340cc6bf256164fb78f1 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 16 Dec 2020 01:09:19 +0200 Subject: [PATCH] Remove some accidentally left debugging changes --- beacon_chain/eth1_monitor.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_chain/eth1_monitor.nim b/beacon_chain/eth1_monitor.nim index 41815e4c2..a49068971 100644 --- a/beacon_chain/eth1_monitor.nim +++ b/beacon_chain/eth1_monitor.nim @@ -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