Follow distance fix (#1082)

* Ensure eth1 follow distance is respected

* Add more info! logs for eth1

* Improve builder log

* Fix timestamp
This commit is contained in:
Paul Hauner
2020-04-30 17:14:57 +10:00
committed by GitHub
parent e0723dfc3b
commit b6c027b9ec
4 changed files with 70 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ impl<E: EthSpec> ProductionBeaconNode<E> {
get_config::<E>(
&matches,
&context.eth2_config.spec_constants,
&context.eth2_config().spec,
context.log.clone(),
)
.into_future()