Address Michael's comments

This commit is contained in:
Paul Hauner
2019-09-26 13:00:31 +10:00
parent b4806d27eb
commit 97a45cdcb8
3 changed files with 4 additions and 51 deletions

View File

@@ -41,13 +41,6 @@ pub fn run_transition_blocks(matches: &ArgMatches) -> Result<(), String> {
.write_all(&post_state.as_ssz_bytes())
.map_err(|e| format!("Unable to write to output file: {:?}", e))?;
/*
println!(
"{}",
serde_yaml::to_string(&post_state).expect("Should serialize state")
);
*/
Ok(())
}