core/txpool/blobpool: fix benchmarkPoolPending (#33161)

Add BlobTxs flag to filter.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2025-11-13 07:32:01 +01:00 committed by GitHub
parent 3d2a4cb053
commit 12a389f065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2353,6 +2353,7 @@ func benchmarkPoolPending(b *testing.B, datacap uint64) {
MinTip: uint256.NewInt(1),
BaseFee: chain.basefee,
BlobFee: chain.blobfee,
BlobTxs: true,
})
if len(p) != int(capacity) {
b.Fatalf("have %d want %d", len(p), capacity)