Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
libp2pkeys are more than just ipns keys, and have been around since at least v0.7.0
  • Loading branch information
ianopolous authored Feb 28, 2021
1 parent d7cba0b commit a6e0520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/ipfs/cid/Cid.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum Codec {
Raw(0x55),
DagProtobuf(0x70),
DagCbor(0x71),
Libp2pKey(0x72), // support for IPNS key (go-ipfs 0.8.0)
Libp2pKey(0x72),
EthereumBlock(0x90),
EthereumTx(0x91),
BitcoinBlock(0xb0),
Expand Down

0 comments on commit a6e0520

Please sign in to comment.