Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Dec 15, 2023
1 parent db675cc commit f2a45f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pubsignals/atomicV3.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ func (c *AtomicQueryV3) VerifyQuery(
return errors.New("nullfifier id is generated but wasn't requested")
}

}
// verify nullifier information
if c.Nullifier != nil && c.Nullifier.Cmp(big.NewInt(0)) != 0 {
cfg := defaultProofVerifyOpts
for _, o := range opts {
o(&cfg)
}

}

if query.GroupID != 0 && c.LinkID == nil {
Expand Down

0 comments on commit f2a45f3

Please sign in to comment.