Skip to content

Commit

Permalink
Removed RowProof from API response
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Dec 3, 2024
1 parent a3d31b2 commit c2c1f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/types/blobProofs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type BlobProof struct {
// ShareProofData -
type ShareProofData struct {
ShareProofs []ShareProof `json:"share_proofs"`
RowProof RowProof `json:"row_proof"`
}

// ShareProof -
Expand Down

0 comments on commit c2c1f58

Please sign in to comment.