Fix bug in master merge

This commit is contained in:
Paul Hauner
2019-11-28 13:24:00 +11:00
parent d32246b76c
commit defe28b183

View File

@@ -257,7 +257,6 @@ impl ChainSpec {
network_id: 2, // lighthouse testnet network id
boot_nodes,
eth1_follow_distance: 16,
milliseconds_per_slot: 6_000,
..ChainSpec::mainnet()
}
}