Skip to content

Commit d7ad74e

Browse files
authored
fix: remove duplicate EIP-7702 transaction counting in TxPool (#9885)
1 parent 7b92265 commit d7ad74e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Nethermind/Nethermind.TxPool/TxPool.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,6 @@ private void RemoveProcessedTransactions(Block block)
404404
}
405405
}
406406

407-
if (blockTx.Type == TxType.SetCode)
408-
{
409-
eip7702Txs++;
410-
}
411-
412407
bool isKnown = IsKnown(txHash);
413408
if (!isKnown)
414409
{

0 commit comments

Comments
 (0)