Skip to content

Commit

Permalink
Clear updated and deleted accounts after each commit (#7974)
Browse files Browse the repository at this point in the history
Signed-off-by: Ameziane H. <[email protected]>
  • Loading branch information
ahamlat authored Dec 5, 2024
1 parent 472357f commit cdfbe46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ public void commit() {
tracked.setStorageWasCleared(false); // storage already cleared for this transaction
}
});
getUpdatedAccounts().clear();
getDeletedAccounts().clear();
}

@Override
Expand Down

0 comments on commit cdfbe46

Please sign in to comment.