Skip to content

Commit 447efd4

Browse files
committed
remove comment
1 parent 1be2e0f commit 447efd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/batcher/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,6 @@ impl Batcher {
19021902
let modified_gas_price = gas_price * U256::from(GAS_PRICE_PERCENTAGE_MULTIPLIER)
19031903
/ U256::from(PERCENTAGE_DIVIDER);
19041904

1905-
// TODO (Mauro): Take all the user locks here
19061905
if let Some(finalized_batch) = self
19071906
.extract_batch_if_ready(block_number, modified_gas_price)
19081907
.await

0 commit comments

Comments
 (0)