Skip to content

Commit

Permalink
fix json name
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Jun 14, 2022
1 parent 1c27198 commit 46240fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentialAtomicQueryMTP.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ type AtomicQueryMTPPubSignals struct {
Challenge *big.Int `json:"challenge"`
ClaimSchema core.SchemaHash `json:"claimSchema"`
IssuerClaimIdenState *merkletree.Hash `json:"issuerClaimIdenState"`
IssuerClaimNonRevState *merkletree.Hash `json:"issuerClaimIdenState"`
IssuerClaimNonRevState *merkletree.Hash `json:"issuerClaimNonRevState"`
IssuerID *core.ID `json:"issuerID"`
SlotIndex int `json:"slotIndex"`
Values []*big.Int `json:"values"`
Expand Down

0 comments on commit 46240fa

Please sign in to comment.