Skip to content

Commit

Permalink
ignore skip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcindsobczak committed Jan 29, 2025
1 parent c0dd15e commit fcff857
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public void RequestTransactionsEth68(Action<V66.Messages.GetPooledTransactionsMe
int txSize = size;
TxType txType = (TxType)type;

long maxSize = txType.SupportsBlobs() ? _configuredMaxBlobTxSize : _configuredMaxTxSize;
if (txSize > maxSize)
continue;
// long maxSize = txType.SupportsBlobs() ? _configuredMaxBlobTxSize : _configuredMaxTxSize;
// if (txSize > maxSize)
// continue;

if (txSize > packetSizeLeft && toRequestCount > 0)
{
Expand Down

0 comments on commit fcff857

Please sign in to comment.