Skip to content

Commit

Permalink
Merge pull request #36 from rarimo/fix/zkverifier-kit-bug
Browse files Browse the repository at this point in the history
Fix max identity count to 1
  • Loading branch information
violog authored Jun 20, 2024
2 parents 2cf00ee + 0d2f6b2 commit 2bc16ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const (
proofEventIDValue = "211985299740800702300256033401632392934377086534111448880928528431996790315"
proofSelectorValue = "23073"
maxIdentityCount = 0
maxIdentityCount = 1
)

func (c *config) Verifier() *zk.Verifier {
Expand Down

0 comments on commit 2bc16ab

Please sign in to comment.