mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
core/txpool/blobpool: happy lint
This commit is contained in:
parent
7613c416bc
commit
06beb77130
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ func TestOpenCap(t *testing.T) {
|
|||
|
||||
keep = []common.Address{addr1, addr3}
|
||||
drop = []common.Address{addr2}
|
||||
size = uint64(2 * (txAvgSize + blobSize + uint64(txBlobOverhead)))
|
||||
size = 2 * (txAvgSize + blobSize + uint64(txBlobOverhead))
|
||||
)
|
||||
store.Put(blob1)
|
||||
store.Put(blob2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue