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 5bcb92e commit dc4f841Copy full SHA for dc4f841
crates/batcher/src/lib.rs
@@ -1048,7 +1048,6 @@ impl Batcher {
1048
1049
let Some(usr_ref) = user_states_guard.get(&address).cloned() else {
1050
drop(user_states_guard);
1051
- // if the user isn't in the cache, return zero
1052
send_message(
1053
ws_conn_sink.clone(),
1054
GetLastMaxFeeResponseMessage::LastMaxFee(U256::MAX),
0 commit comments