Skip to content

Commit ad01ed0

Browse files
Update aggregation_mode/proof_aggregator/src/backend/mod.rs
Co-authored-by: Marcos Nicolau <76252340+MarcosNicolau@users.noreply.github.com>
1 parent 5e724b3 commit ad01ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/proof_aggregator/src/backend

aggregation_mode/proof_aggregator/src/backend/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ impl ProofAggregator {
356356
)
357357
})?;
358358

359-
info!("Using nonce {} for all retry attempts", nonce);
359+
info!("Using nonce {}", nonce);
360360

361361
for attempt in 0..max_retries {
362362
info!("Transaction attempt {} of {}", attempt + 1, max_retries);

0 commit comments

Comments
 (0)