From 1260e85a2da5b19021783ac7dbf14d2e76f58d2f Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sat, 19 Nov 2016 16:34:08 -0800 Subject: [PATCH] fix raw codec number to be 0x55 --- cid.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cid.go b/cid.go index e3aab8c..87f878d 100644 --- a/cid.go +++ b/cid.go @@ -14,10 +14,10 @@ import ( const UnsupportedVersionString = "" const ( - Protobuf = 0x70 - CBOR = 0x71 - Raw = 0x72 - JSON = 0x73 + Raw = 0x55 + + DagProtobuf = 0x70 + DagCBOR = 0x71 EthereumBlock = 0x90 EthereumTx = 0x91