Skip to content

Commit

Permalink
Remove incorrect field from IssueResponse.
Browse files Browse the repository at this point in the history
In the current implementation, we don't diverge from the batched spec and don't include the blinded element in the IssueResponse.
  • Loading branch information
dvorak42 authored Mar 27, 2024
1 parent cb60720 commit db917ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ struct {
} IssueRequest;

struct {
ECPoint blinded; // Note: We diverge from the BlindEvaluateBatch specification by including this field along with each evaluatedElement.
ECPoint evaluated; // Corresponding to evaluatedElements
} SignedNonce;

Expand Down

0 comments on commit db917ec

Please sign in to comment.