fix(trie): remove redundant storage trie root calculation in witness (#20965)

This commit is contained in:
ANtutov
2026-01-13 15:12:39 +02:00
committed by GitHub
parent a5dd7d0106
commit c6b17848dd

View File

@@ -184,9 +184,6 @@ where
}
}
// Calculate storage root after updates.
storage_trie.root();
let account = state
.accounts
.get(&hashed_address)