From 54ea582b0561c9097b1541cdd7f37fef865e9b1d Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Thu, 3 Aug 2023 21:52:24 +0200 Subject: [PATCH] Update pkg/proof/proof_test.go Co-authored-by: Rootul P --- pkg/proof/proof_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/proof/proof_test.go b/pkg/proof/proof_test.go index 8c5f20a6bd..f1bbd0d7d9 100644 --- a/pkg/proof/proof_test.go +++ b/pkg/proof/proof_test.go @@ -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)