mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-14 05:29:37 +00:00
Remove dupe info between ChainSpec and EthSpec
This commit is contained in:
@@ -17,7 +17,7 @@ fn main() {
|
||||
.map(|_| builder.build())
|
||||
.collect();
|
||||
|
||||
let spec = &FoundationEthSpec::spec();
|
||||
let spec = &FoundationEthSpec::default_spec();
|
||||
|
||||
println!("Running {} times...", repetitions);
|
||||
for fc in fork_choosers {
|
||||
|
||||
Reference in New Issue
Block a user