Skip to content

Commit 0e82b6b

Browse files
authored
core/txpool: fix duplicate function comment (ethereum#32524)
1 parent 328add2 commit 0e82b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/txpool/blobpool/blobpool_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ func makeUnsignedTx(nonce uint64, gasTipCap uint64, gasFeeCap uint64, blobFeeCap
262262
return makeUnsignedTxWithTestBlob(nonce, gasTipCap, gasFeeCap, blobFeeCap, rnd.Intn(len(testBlobs)))
263263
}
264264

265-
// makeUnsignedTx is a utility method to construct a random blob transaction
266-
// without signing it.
265+
// makeUnsignedTxWithTestBlob is a utility method to construct a random blob transaction
266+
// with a specific test blob without signing it.
267267
func makeUnsignedTxWithTestBlob(nonce uint64, gasTipCap uint64, gasFeeCap uint64, blobFeeCap uint64, blobIdx int) *types.BlobTx {
268268
return &types.BlobTx{
269269
ChainID: uint256.MustFromBig(params.MainnetChainConfig.ChainID),

0 commit comments

Comments
 (0)