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
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
The process of constructing a mix-path requires involves calling multiAddrToBytes, but this can fail. current approach is to just return, which leaves the possibility of an unfinished path.
The correct thing to do, is to return an error, or attempt to to make a multiaddr-byte-stream from another node, as approapriate.