mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-22 07:18:25 +00:00
implement scoring mechanisms and plumbing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* FIXME(sproul)
|
||||
use proto_array::fork_choice_test_definition::*;
|
||||
use std::fs::File;
|
||||
|
||||
@@ -25,5 +24,3 @@ fn write_test_def_to_yaml(filename: &str, def: ForkChoiceTestDefinition) {
|
||||
let file = File::create(filename).expect("Should be able to open file");
|
||||
serde_yaml::to_writer(file, &def).expect("Should be able to write YAML to file");
|
||||
}
|
||||
*/
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user