fix raw codec number to be 0x55

This commit is contained in:
Jeromy
2016-11-19 16:34:08 -08:00
parent a0eff8c9d1
commit 1260e85a2d

8
cid.go
View File

@@ -14,10 +14,10 @@ import (
const UnsupportedVersionString = "<unsupported cid version>"
const (
Protobuf = 0x70
CBOR = 0x71
Raw = 0x72
JSON = 0x73
Raw = 0x55
DagProtobuf = 0x70
DagCBOR = 0x71
EthereumBlock = 0x90
EthereumTx = 0x91