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 cf9cc7b commit baf8370Copy full SHA for baf8370
batcher/aligned-batcher/src/lib.rs
@@ -787,7 +787,7 @@ impl Batcher {
787
user_max_fee: U256,
788
) -> bool {
789
// 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.
+ // In this case we check the user `max_fee` can pay for its proof.
791
let mut min_fee = user_min_fee;
792
if user_min_fee == U256::max_value() {
793
min_fee = user_max_fee
@@ -1630,4 +1630,4 @@ impl Batcher {
1630
})?;
1631
Ok(())
1632
}
1633
-}
+}
0 commit comments