Improve eth1 logging

This commit is contained in:
Paul Hauner
2019-11-26 09:09:26 +11:00
parent 68f0e632f3
commit 81f89c054c
4 changed files with 23 additions and 4 deletions

View File

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