We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b637d commit 59711b7Copy full SHA for 59711b7
internal/service/issuer/main.go
@@ -60,7 +60,7 @@ func (is *Issuer) IssueVotingClaim(
60
DocumentNullifier: nullifier.String(),
61
CredentialHash: credentialHash.String(),
62
},
63
- Expiration: expiration,
+ //Expiration: expiration,
64
MtProof: true,
65
SignatureProof: true,
66
}
0 commit comments