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
I am retiring the invariant of SignaturesOf which states that the structure must contain at least one signature. I'm doing this because the new topology needed a way to clear the signatures. Since tx.rs is the only place this invariant is used the code that is enforcing the invariant should be moved out of SignatureOf and into tx.rs.