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
The VerifyError struct needs 32 bytes right now. We should simply put it all in a Box everywhere by making VerifyError a newtype for an internal VerifyErrorRepr enum.
The text was updated successfully, but these errors were encountered:
The
VerifyError
struct needs 32 bytes right now. We should simply put it all in aBox
everywhere by makingVerifyError
a newtype for an internalVerifyErrorRepr
enum.The text was updated successfully, but these errors were encountered: