Restore simple_transfer and Clippy

This commit is contained in:
4l0n50 2023-12-28 14:10:36 +01:00
parent a85f9872f1
commit 9c573a07d4

View File

@ -154,9 +154,6 @@ fn test_simple_transfer() -> anyhow::Result<()> {
},
};
let bytes = std::fs::read("jumpi_d18g0v0_Shanghai.json").unwrap();
let inputs = serde_json::from_slice(&bytes).unwrap();
let mut timing = TimingTree::new("prove", log::Level::Debug);
let proof = prove::<F, C, D>(&all_stark, &config, inputs, &mut timing, None)?;
timing.filter(Duration::from_millis(100)).print();