mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
clippy
This commit is contained in:
@@ -32,7 +32,7 @@ impl StorageRootTargets {
|
||||
) -> usize {
|
||||
let mut count = storage_prefix_sets.len();
|
||||
|
||||
for nibbles in account_prefix_set.iter() {
|
||||
for nibbles in account_prefix_set {
|
||||
let hashed_address = B256::from_slice(&nibbles.pack());
|
||||
if !storage_prefix_sets.contains_key(&hashed_address) {
|
||||
count += 1;
|
||||
|
||||
Reference in New Issue
Block a user