diff --git a/pubsignals/atomicV3.go b/pubsignals/atomicV3.go index bc48103..90b7529 100644 --- a/pubsignals/atomicV3.go +++ b/pubsignals/atomicV3.go @@ -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 {