Skip to content

Commit

Permalink
docs: include doc comment on motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 10, 2022
1 parent 1af83fb commit f1a671a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/prove/proof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ func TestTxSharePosition(t *testing.T) {
txs: generateRandomlySizedTxs(444, 100),
},
{
// this is a concrete output from generateRandomlySizedTxs(444, 100)
// that surfaced a bug in txSharePositions so it is included here to
// prevent regressions
name: "many small tx (without randomness)",
txs: manySmallTxsWithoutRandomness,
},
Expand Down

0 comments on commit f1a671a

Please sign in to comment.