From 794e406662d40b7d66eceed5ead98d0f8dfde73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Wed, 27 Feb 2019 12:10:50 +0000 Subject: [PATCH] remove stale TODO. --- protocols.go | 3 --- 1 file changed, 3 deletions(-) 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