Skip to content

Commit 9fdcd5e

Browse files
authored
fix: logs
1 parent 63ea290 commit 9fdcd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ impl Batcher {
15331533
// The lock is dropped immediately after this assignment completes.
15341534
*self.current_min_max_fee.write().await = min_max_fee;
15351535
info!(
1536-
"Updated min-max fee: {} ETH per proof (batch size: {})",
1536+
"Updated min max-fee: {} ETH per proof (batch size: {})",
15371537
ethers::utils::format_ether(min_max_fee),
15381538
self.amount_of_proofs_for_min_max_fee
15391539
);

0 commit comments

Comments
 (0)