We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ea290 commit 9fdcd5eCopy full SHA for 9fdcd5e
crates/batcher/src/lib.rs
@@ -1533,7 +1533,7 @@ impl Batcher {
1533
// The lock is dropped immediately after this assignment completes.
1534
*self.current_min_max_fee.write().await = min_max_fee;
1535
info!(
1536
- "Updated min-max fee: {} ETH per proof (batch size: {})",
+ "Updated min max-fee: {} ETH per proof (batch size: {})",
1537
ethers::utils::format_ether(min_max_fee),
1538
self.amount_of_proofs_for_min_max_fee
1539
);
0 commit comments