Skip to content

Commit dc4f841

Browse files
Update crates/batcher/src/lib.rs
1 parent 5bcb92e commit dc4f841

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
@@ -1048,7 +1048,6 @@ impl Batcher {
10481048

10491049
let Some(usr_ref) = user_states_guard.get(&address).cloned() else {
10501050
drop(user_states_guard);
1051-
// if the user isn't in the cache, return zero
10521051
send_message(
10531052
ws_conn_sink.clone(),
10541053
GetLastMaxFeeResponseMessage::LastMaxFee(U256::MAX),

0 commit comments

Comments
 (0)