mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Clear updated and deleted accounts after each commit (#7974)
Signed-off-by: Ameziane H. <ameziane.hamlat@consensys.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user