Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Jan 27, 2025
1 parent 51e103c commit 7374d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalizer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ where
let Some(params) = request_finalize_params(pool, &middleware, &hash_and_index_and_id).await
else {
// Early-return if params are not ready.
tracing::info!("newly committed withdrawals {newly_executed_withdrawals:?}");
tracing::info!("Params are not ready");
return Ok(());
};

Expand Down

0 comments on commit 7374d17

Please sign in to comment.