We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9943117 + 794e406 commit ce21123Copy full SHA for ce21123
protocols.go
@@ -2,9 +2,6 @@ package multiaddr
2
3
// You **MUST** register your multicodecs with
4
// https://github.com/multiformats/multicodec before adding them here.
5
-//
6
-// TODO: Use a single source of truth for all multicodecs instead of
7
-// distributing them like this...
8
const (
9
P_IP4 = 0x0004
10
P_TCP = 0x0006
0 commit comments