We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f23a0 commit d41d194Copy full SHA for d41d194
tapgarden/mock.go
@@ -58,6 +58,9 @@ func RandSeedlings(t testing.TB, numSeedlings int) map[string]*Seedling {
58
59
// RandSeedlingMintingBatch creates a new minting batch with only random
60
// seedlings populated for testing.
61
+//
62
+// TODO(ffranr): Add opts to enforce un/grouped seedlings and also
63
+// enabled/disabled universe commitments.
64
func RandSeedlingMintingBatch(t testing.TB, numSeedlings int) *MintingBatch {
65
batchKey, _ := test.RandKeyDesc(t)
66
batch := MintingBatch{
0 commit comments