Remove implementation note

There are already multicodec codes in the table which are > 127
(Blake and Stein hashes). Hence implementations need to implement
varint.
This commit is contained in:
Volker Mische 2018-12-03 13:34:31 +01:00
parent 3a5e3909ce
commit 111757fb79

View File

@ -87,7 +87,7 @@ Because [multistream](https://github.com/multiformats/multistream) is too long f
> **Q. Why varints?**
So that we have no limitation on protocols. Implementation note: you do not need to implement varints until the standard multicodec table has more than 127 functions.
So that we have no limitation on protocols.
> **Q. What kind of varints?**