Skip to content

Commit

Permalink
Update pkg/proof/proof_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
rach-id and rootulp committed Aug 3, 2023
1 parent 977e68d commit 54ea582
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/proof/proof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ func TestNewShareInclusionProof(t *testing.T) {
}
}

// TestAllSharesInclusionProof creates proof for all the shares in a block.
// Since we can't prove multiple namespaces at the moment, the block will contain all the shares with the same namespace.
// TestAllSharesInclusionProof creates a proof for all shares in the data
// square. Since we can't prove multiple namespaces at the moment, all the
// shares use the same namespace.
func TestAllSharesInclusionProof(t *testing.T) {
txs := testfactory.GenerateRandomTxs(243, 500)

Expand Down

0 comments on commit 54ea582

Please sign in to comment.