Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d committed Jan 17, 2025
1 parent e94908d commit 95dc0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pool/src/mempool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub trait Mempool: Send + Sync {
fn get_user_operation_by_hash(&self, hash: B256) -> Option<Arc<PoolOperation>>;

// Debug methods

/// Clears the mempool of UOs or reputation of all addresses
fn clear_state(&self, clear_mempool: bool, clear_paymaster: bool, clear_reputation: bool);

Expand Down

0 comments on commit 95dc0ff

Please sign in to comment.