Skip to content

Commit baf8370

Browse files
committed
cmt nit
1 parent cf9cc7b commit baf8370

File tree

1 file changed

+2
-2
lines changed
  • batcher/aligned-batcher/src

1 file changed

+2
-2
lines changed

batcher/aligned-batcher/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ impl Batcher {
787787
user_max_fee: U256,
788788
) -> bool {
789789
// If user proof has not been submitted yet its default is U256::max_value().
790-
// In this case we check the user can pay for its proof.
790+
// In this case we check the user `max_fee` can pay for its proof.
791791
let mut min_fee = user_min_fee;
792792
if user_min_fee == U256::max_value() {
793793
min_fee = user_max_fee
@@ -1630,4 +1630,4 @@ impl Batcher {
16301630
})?;
16311631
Ok(())
16321632
}
1633-
}
1633+
}

0 commit comments

Comments
 (0)