Skip to content

Commit

Permalink
Move cache clear
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Mar 15, 2023
1 parent 30dc500 commit 4e1ec83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Nethermind/Nethermind.TxPool/TxPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ private void ProcessNewHeads()
{
try
{
_accounts.ClearCache();
ReAddReorganisedTransactions(args.PreviousBlock);
RemoveProcessedTransactions(args.Block.Transactions);
UpdateBuckets();
Expand Down

0 comments on commit 4e1ec83

Please sign in to comment.