You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Singletons currently have get_note and replace functions that both emit nullifiers to ensure that the old value is "up to date". This means that updating the note such that the value at t' is dependent on the value at t is quite a mess.
A description and pointers to where this is encountered can be seen in #3689.
The text was updated successfully, but these errors were encountered:
Singletons currently have
get_note
andreplace
functions that both emit nullifiers to ensure that the old value is "up to date". This means that updating the note such that the value at t' is dependent on the value at t is quite a mess.A description and pointers to where this is encountered can be seen in #3689.
The text was updated successfully, but these errors were encountered: