Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Nov 3, 2023
1 parent c5c073e commit 0c2c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-types/src/eth/trace/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl TraceFilterMatcher {

match self.mode {
TraceFilterMode::Union => {
self.from_addresses.contains(&from) ||
self.from_addresses.contains(&from) ||
to.map_or(false, |to| self.to_addresses.contains(&to))
}
TraceFilterMode::Intersection => {
Expand Down

0 comments on commit 0c2c0f0

Please sign in to comment.