Skip to content

Commit

Permalink
Fix pub signals count for global passport
Browse files Browse the repository at this point in the history
  • Loading branch information
artemskriabin committed Sep 11, 2024
1 parent 777bed2 commit 8242d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub_signals.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func Indexes(t proofType) map[pubSignalID]int {
func PubSignalsCount(t proofType) int {
switch t {
case GlobalPassport:
return 22
return 23
case GeorgianPassport:
return 24
case PollParticipation:
Expand Down

0 comments on commit 8242d62

Please sign in to comment.