Clear updated and deleted accounts after each commit (#7974)

Signed-off-by: Ameziane H. <ameziane.hamlat@consensys.net>
This commit is contained in:
ahamlat
2024-12-05 15:05:12 +01:00
committed by GitHub
parent 472357f118
commit cdfbe46339

View File

@@ -504,6 +504,8 @@ public abstract class DiffBasedWorldStateUpdateAccumulator<ACCOUNT extends DiffB
tracked.setStorageWasCleared(false); // storage already cleared for this transaction
}
});
getUpdatedAccounts().clear();
getDeletedAccounts().clear();
}
@Override