Skip to content

Commit 9cc1a81

Browse files
authored
remove json file write (#6012)
1 parent 94f82d5 commit 9cc1a81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/cast/bin/cmd/run.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ impl RunArgs {
132132
env.block.gas_limit = block.gas_limit.to_alloy();
133133
}
134134

135-
std::fs::write("block.json", serde_json::to_string_pretty(&block).unwrap()).unwrap();
136-
137135
// Set the state to the moment right before the transaction
138136
if !self.quick {
139137
println!("Executing previous transactions from the block.");

0 commit comments

Comments
 (0)