Skip to content

Commit 04f707b

Browse files
authored
Update rpc.rs
1 parent 15f75ff commit 04f707b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/batch-prover/src/rpc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ where
546546
if let Ok(backup_dir) = env::var("TX_BACKUP_DIR") {
547547
let input_path = Path::new(&backup_dir)
548548
.join(format!("{}-rpc-proof-input-{}.bin", unix_nanos, i));
549-
// Use non-blocking write in async context to avoid blocking the Tokio worker thread
550549
tokio::fs::write(input_path, &raw_input)
551550
.await
552551
.expect("Proof input write cannot fail");

0 commit comments

Comments
 (0)