core/txpool/blobpool: fix benchmarkPoolPending

Add BlobTxs flag to filter.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2025-11-12 15:03:01 +01:00
parent 0413af40f6
commit dafd9c6511
No known key found for this signature in database
GPG key ID: 0FE274EE8C95166E

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)