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 95e99c2 commit f118aeeCopy full SHA for f118aee
crates/batcher/src/lib.rs
@@ -878,6 +878,7 @@ impl Batcher {
878
let is_user_in_state = self.user_states.contains_key(&addr);
879
880
if !is_user_in_state {
881
+ info!("User state for address {addr:?} not found, creating a new one");
882
// We add a dummy user state to grab a lock on the user state
883
let dummy_user_state = UserState::new(U256::zero());
884
self.user_states
0 commit comments