We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f75ff commit 04f707bCopy full SHA for 04f707b
crates/batch-prover/src/rpc.rs
@@ -546,7 +546,6 @@ where
546
if let Ok(backup_dir) = env::var("TX_BACKUP_DIR") {
547
let input_path = Path::new(&backup_dir)
548
.join(format!("{}-rpc-proof-input-{}.bin", unix_nanos, i));
549
- // Use non-blocking write in async context to avoid blocking the Tokio worker thread
550
tokio::fs::write(input_path, &raw_input)
551
.await
552
.expect("Proof input write cannot fail");
0 commit comments