Unverified Commit 794e4066 authored by Raúl Kripalani's avatar Raúl Kripalani Committed by GitHub

remove stale TODO.

parent 99431175
...@@ -2,9 +2,6 @@ package multiaddr ...@@ -2,9 +2,6 @@ package multiaddr
// You **MUST** register your multicodecs with // You **MUST** register your multicodecs with
// https://github.com/multiformats/multicodec before adding them here. // 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 ( const (
P_IP4 = 0x0004 P_IP4 = 0x0004
P_TCP = 0x0006 P_TCP = 0x0006
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment