This commit is contained in:
Yong Kang
2025-10-09 05:20:45 +00:00
parent 5647e22989
commit b4d109bfa0

View File

@@ -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;