Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Oct 8, 2024
1 parent a3cb73a commit bb01f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batch_prover.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::time::SystemTime;

use anyhow::bail;
use log::debug;
use tokio::time::{sleep, Duration};
use tracing::debug;

use super::{config::FullBatchProverConfig, Result};
use crate::node::Node;
Expand Down

0 comments on commit bb01f33

Please sign in to comment.