Skip to content

Commit 06beb77

Browse files
core/txpool/blobpool: happy lint
1 parent 7613c41 commit 06beb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/txpool/blobpool/blobpool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ func TestOpenCap(t *testing.T) {
10141014

10151015
keep = []common.Address{addr1, addr3}
10161016
drop = []common.Address{addr2}
1017-
size = uint64(2 * (txAvgSize + blobSize + uint64(txBlobOverhead)))
1017+
size = 2 * (txAvgSize + blobSize + uint64(txBlobOverhead))
10181018
)
10191019
store.Put(blob1)
10201020
store.Put(blob2)

0 commit comments

Comments
 (0)