mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-24 11:48:50 +00:00
1771534030
`LPError` is the top level error type of libp2p, it makes more sense to raise a multi address specific subtype to avoid requiring callers to catch errors too broadly. As `MaError` inherits from `LPError`, existing error handlers will still work fine. --------- Co-authored-by: diegomrsantos <diego@status.im>