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
Three cosmetic cleanups flagged in code review:
- Drop the vestigial () placeholder on decodesSuccessfully; use a
prefix call instead of operator style.
- Use Data.Either.isLeft instead of a local one-liner.
- Add a symmetric CTLink JSON assertion to pin both branches of the
wire shape, not just CTName.
0 commit comments