From d4ebfff511627c6d804c24032b95811abf4079de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 7 Jun 2017 20:08:56 +0200 Subject: [PATCH] Add git-raw code --- cid.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cid.go b/cid.go index 6bc6c30..67e263d 100644 --- a/cid.go +++ b/cid.go @@ -58,6 +58,8 @@ const ( DagProtobuf = 0x70 DagCBOR = 0x71 + GitRaw = 0x78 + EthBlock = 0x90 EthBlockList = 0x91 EthTxTrie = 0x92