mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/txpool/blobpool: fix linter
This commit is contained in:
parent
991b00d439
commit
e84d06c791
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue