Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Oct 2, 2024
1 parent 6815b86 commit 96868d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Nethermind/Nethermind.Trie/Pruning/TrieStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public TrieStore(

if (pruningStrategy.PruningEnabled)
{
if (!nodeStorage.RequirePath) {
if (!nodeStorage.RequirePath)
{
// Hash layout.
// All address and path is gonna be null patricia trie is not recording it..... I think.
_dirtyNodes = [
Expand Down

0 comments on commit 96868d7

Please sign in to comment.