core/txpool/blobpool: fix linter

This commit is contained in:
Péter Szilágyi 2024-02-18 12:03:37 +02:00
parent 991b00d439
commit e84d06c791

View file

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