Skip to content

Commit

Permalink
proof: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Aug 22, 2024
1 parent acd6bd3 commit cbe2e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proof/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ type GroupAnchorVerifier func(gen *asset.Genesis,
// *proofVerificationOpts.
type ProofVerificationOption func(p *proofVerificationParams)

// proofVerificationParams is a struct containing various options that may be used
// during proof verification
// proofVerificationParams is a struct containing various options that may be
// used during proof verification
type proofVerificationParams struct {
// ChallengeBytes is an optional field that is used when verifying an
// ownership proof. This field is only populated when the corresponding
Expand Down

0 comments on commit cbe2e2d

Please sign in to comment.