Skip to content

Commit b8b65d7

Browse files
Update crates/batcher/src/lib.rs
Co-authored-by: Julian Arce <[email protected]>
1 parent 59dc1e3 commit b8b65d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,7 @@ impl Batcher {
10601060
.try_user_lock_with_timeout(address, usr_ref.lock())
10611061
.await
10621062
else {
1063+
drop(user_states_guard);
10631064
send_message(
10641065
ws_conn_sink.clone(),
10651066
GetLastMaxFeeResponseMessage::ServerBusy,

0 commit comments

Comments
 (0)