Skip to content

Commit d41d194

Browse files
committed
WIP
1 parent 01f23a0 commit d41d194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tapgarden/mock.go

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ func RandSeedlings(t testing.TB, numSeedlings int) map[string]*Seedling {
5858

5959
// RandSeedlingMintingBatch creates a new minting batch with only random
6060
// seedlings populated for testing.
61+
//
62+
// TODO(ffranr): Add opts to enforce un/grouped seedlings and also
63+
// enabled/disabled universe commitments.
6164
func RandSeedlingMintingBatch(t testing.TB, numSeedlings int) *MintingBatch {
6265
batchKey, _ := test.RandKeyDesc(t)
6366
batch := MintingBatch{

0 commit comments

Comments
 (0)