Skip to content

Commit

Permalink
Merge pull request ipld#18 from crick77/patch-2
Browse files Browse the repository at this point in the history
Update Cid.java
ianopolous authored Feb 28, 2021
2 parents 6ae991f + a6e0520 commit d6b6a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/ipfs/cid/Cid.java
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ public enum Codec {
Raw(0x55),
DagProtobuf(0x70),
DagCbor(0x71),
Libp2pKey(0x72),
EthereumBlock(0x90),
EthereumTx(0x91),
BitcoinBlock(0xb0),

0 comments on commit d6b6a70

Please sign in to comment.