This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Use mafmt module to only append peer ids to certain multiaddrs #2727
Closed
Description
As part of startup we append our peer id to every multiaddr that contains a peer id.
This should only happen to circuit
addresses. We should use the mafmt
module to match on those.