Skip to content

Commit 201c366

Browse files
committed
Merge
1 parent a2045cf commit 201c366

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

crates/Cargo.lock

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/batcher/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,6 @@ impl Batcher {
10171017
return Ok(());
10181018
};
10191019

1020-
// For now on until the message is fully processed, the batch state is locked
1021-
// This is needed because we need to query the user state to make validations and
1022-
// finally add the proof to the batch queue.
1023-
1024-
let _batch_state_lock = self.batch_state.lock().await;
10251020

10261021

10271022
let msg_max_fee = nonced_verification_data.max_fee;

0 commit comments

Comments
 (0)