Skip to content

Commit

Permalink
Add Current Date pub signal to global passport (after selector) => al…
Browse files Browse the repository at this point in the history
…l following signals were shifted
  • Loading branch information
artemskriabin committed Sep 11, 2024
1 parent 57906e4 commit 777bed2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pub_signals.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ var (
EventData: 10,
IdStateRoot: 11,
Selector: 12,
TimestampUpperBound: 14,
IdentityCounterUpperBound: 16,
BirthdateUpperBound: 18,
ExpirationDateLowerBound: 19,
CurrentDate: 13,
TimestampUpperBound: 15,
IdentityCounterUpperBound: 17,
BirthdateUpperBound: 19,
ExpirationDateLowerBound: 20,
}
pubGeorgianPassport = map[pubSignalID]int{
Nullifier: 0,
Expand Down

0 comments on commit 777bed2

Please sign in to comment.