mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 19:32:55 +00:00
Improve eth1 logging
This commit is contained in:
@@ -283,7 +283,7 @@ fn process_testnet_subcommand(
|
||||
// Note: these constants _should_ only be used during genesis to determine the genesis
|
||||
// time. This allows the testnet to start shortly after the time + validator count
|
||||
// conditions are satisfied, not 1-2 days.
|
||||
spec.seconds_per_day = 1800;
|
||||
spec.seconds_per_day = 60;
|
||||
|
||||
client_config.eth1.follow_distance = 16;
|
||||
client_config.dummy_eth1_backend = false;
|
||||
|
||||
Reference in New Issue
Block a user