Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Dec 15, 2023
1 parent ab7609b commit 8abcf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsignals/atomicV3.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (c *AtomicQueryV3) VerifyQuery(
if params != nil {
nullifierSessionIDparam, ok := params[ParamNameNullifierSessionID].(string)
if ok {
verifierDID, ok := params[ParamNameNullifierSessionID].(*w3c.DID)
verifierDID, ok := params[ParamNameVerifierDID].(*w3c.DID)
if !ok {
return errors.New("verifier did is mandatory if nullifier session is set in the request")
}
Expand Down

0 comments on commit 8abcf1e

Please sign in to comment.