Skip to content

Commit e0a8b67

Browse files
committed
log new user state
1 parent f118aee commit e0a8b67

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
@@ -883,6 +883,7 @@ impl Batcher {
883883
let dummy_user_state = UserState::new(U256::zero());
884884
self.user_states
885885
.insert(addr, Arc::new(Mutex::new(dummy_user_state)));
886+
info!("Dummy user state for address {addr:?} created");
886887
}
887888

888889
let Some(user_state_ref) = self.user_states.get(&addr) else {

0 commit comments

Comments
 (0)