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
With the introduction of the aes encryption #152 we had to remove the deterministic method for the Note. The execute circuits however need some form of empty of default notes for the circuit creation.
Possible solution design or implementation
Either add Default trait implementation on the Note or add an empty method.
The text was updated successfully, but these errors were encountered:
Summary
With the introduction of the aes encryption #152 we had to remove the
deterministic
method for theNote
. The execute circuits however need some form of empty of default notes for the circuit creation.Possible solution design or implementation
Either add
Default
trait implementation on theNote
or add anempty
method.The text was updated successfully, but these errors were encountered: