Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Oct 23, 2024
1 parent 99dc44b commit eab1c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/l2/proposer/prover_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ impl ProverServer {
.ok_or("parent block header not found")?;
let db = ExecutionDB::from_exec(&block, &self.store).map_err(|err| err.to_string())?;

debug!("Created prover input for block {block_number}");

Ok(ProverInputData {
db,
parent_block_header,
Expand Down

0 comments on commit eab1c75

Please sign in to comment.