Skip to content

Commit

Permalink
shared_cache.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
offensif committed Jan 20, 2025
1 parent 1e4333a commit 3f20035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/eth-sparse-mpt/src/reth_sparse_trie/shared_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ impl RethSparseTrieShareCacheInternal {
Ok(account_trie) => {
tries.account_trie = account_trie;
}
Err(missing_acccount_trie_nodes) => {
missing_nodes.account_trie_nodes = missing_acccount_trie_nodes;
Err(missing_account_trie_nodes) => {
missing_nodes.account_trie_nodes = missing_account_trie_nodes;
}
}

Expand Down

0 comments on commit 3f20035

Please sign in to comment.