Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindsobczak committed Dec 31, 2024
1 parent 4022e52 commit 7137eb5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ public void RequestTransactionsEth68(Action<V66.Messages.GetPooledTransactionsMe
int txSize = size;
TxType txType = (TxType)type;

if (!txType.SupportsBlobs() && txSize > _configuredMaxTxSize
|| txType.SupportsBlobs() && txSize > _configuredMaxBlobTxSize + (long)Eip4844Constants.MaxBlobGasPerBlock)
{
continue;
}

if (!txType.SupportsBlobs())
{
if (txSize > _configuredMaxTxSize)
Expand Down

0 comments on commit 7137eb5

Please sign in to comment.