Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevodwyer committed Jun 8, 2023
1 parent 4a18367 commit af1b55e
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 @@ -44,7 +44,7 @@ public enum Codec {
for (Codec c: Codec.values())
lookup.put(c.type, c);
// https://github.com/multiformats/multicodec/blob/master/table.csv
nameLookup.put("cbor", Raw);
nameLookup.put("cbor", Cbor);
nameLookup.put("raw", Raw);
nameLookup.put("dag-pb", DagProtobuf);
nameLookup.put("dag-cbor", DagCbor);
Expand Down

0 comments on commit af1b55e

Please sign in to comment.