diff --git a/protocols.go b/protocols.go index c822030..ea5d0bc 100644 --- a/protocols.go +++ b/protocols.go @@ -2,9 +2,6 @@ package multiaddr // You **MUST** register your multicodecs with // https://github.com/multiformats/multicodec before adding them here. -// -// TODO: Use a single source of truth for all multicodecs instead of -// distributing them like this... const ( P_IP4 = 0x0004 P_TCP = 0x0006