Skip to content

Commit

Permalink
Merge pull request #42 from 0xPolygonID/fix/iden3-proof-type
Browse files Browse the repository at this point in the history
replace Iden3SparseMerkleProof  with Iden3SparseMerkleTreeProof
  • Loading branch information
vmidyllic authored Mar 6, 2023
2 parents bd1ec5c + 0b45a41 commit 6896d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/verifiable/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export const VerifiableConstants = Object.freeze({
* @enum {number}
*/
export enum ProofType {
// BJJSignatureProofType type
// BJJSignatureProofType
BJJSignature = 'BJJSignature2021',
// Iden3SparseMerkleProofType
Iden3SparseMerkleTreeProof = 'Iden3SparseMerkleProof'
// Iden3SparseMerkleTreeProofType
Iden3SparseMerkleTreeProof = 'Iden3SparseMerkleTreeProof'
}

/**
Expand Down

0 comments on commit 6896d60

Please sign in to comment.