add bitcoin tx value

This commit is contained in:
Jeromy
2016-10-24 09:10:06 -07:00
parent ed8d621d9a
commit 5d17ab8c70

3
cid.go
View File

@@ -19,7 +19,8 @@ const (
EthereumBlock = 0x90
EthereumTx = 0x91
Bitcoin = 0xb0
BitcoinBlock = 0xb0
BitcoinTx = 0xb1
)
func NewCidV0(h mh.Multihash) *Cid {