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 1be2e0f commit 447efd4Copy full SHA for 447efd4
crates/batcher/src/lib.rs
@@ -1902,7 +1902,6 @@ impl Batcher {
1902
let modified_gas_price = gas_price * U256::from(GAS_PRICE_PERCENTAGE_MULTIPLIER)
1903
/ U256::from(PERCENTAGE_DIVIDER);
1904
1905
- // TODO (Mauro): Take all the user locks here
1906
if let Some(finalized_batch) = self
1907
.extract_batch_if_ready(block_number, modified_gas_price)
1908
.await
0 commit comments