Skip to content

Commit

Permalink
Update src/pool/mempool.rs
Browse files Browse the repository at this point in the history
Co-authored-by: greged93 <[email protected]>
  • Loading branch information
tcoratger and greged93 committed Oct 10, 2024
1 parent 9b5bc2b commit 11066cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl<SP: starknet::providers::Provider + Send + Sync + Clone + 'static> AccountM
let mut nonce = nonce_mutex.lock().await;
*nonce = new_nonce;

tracing::info!(target: "account_manager", account = ?address, new_nonce = ?new_nonce, "updated account nonce");
tracing::info!(target: "account_manager", ?address, ?new_nonce);
}

// Sleep for 1 minute before the next update
Expand Down

0 comments on commit 11066cd

Please sign in to comment.