Skip to content

Commit 12a389f

Browse files
authored
core/txpool/blobpool: fix benchmarkPoolPending (#33161)
Add BlobTxs flag to filter. Signed-off-by: Csaba Kiraly <[email protected]>
1 parent 3d2a4cb commit 12a389f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/txpool/blobpool/blobpool_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,6 +2353,7 @@ func benchmarkPoolPending(b *testing.B, datacap uint64) {
23532353
MinTip: uint256.NewInt(1),
23542354
BaseFee: chain.basefee,
23552355
BlobFee: chain.blobfee,
2356+
BlobTxs: true,
23562357
})
23572358
if len(p) != int(capacity) {
23582359
b.Fatalf("have %d want %d", len(p), capacity)

0 commit comments

Comments
 (0)