mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-16 08:26:37 +00:00
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…
x
Reference in New Issue
Block a user