Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
460554fb6e | ||
|
|
5d17ab8c70 |
@@ -1 +1 @@
|
||||
0.7.0: QmbTGYCo96Z9hiG37D9zeErFo5GjrEPcqdh7PJX1HTM73E
|
||||
0.7.2: QmPBa9N9MuZ16fPuKMv9KCq1aAwhkTY4G6LXQYQmWJiCrj
|
||||
|
||||
3
cid.go
3
cid.go
@@ -19,7 +19,8 @@ const (
|
||||
|
||||
EthereumBlock = 0x90
|
||||
EthereumTx = 0x91
|
||||
Bitcoin = 0xb0
|
||||
BitcoinBlock = 0xb0
|
||||
BitcoinTx = 0xb1
|
||||
)
|
||||
|
||||
func NewCidV0(h mh.Multihash) *Cid {
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
"license": "",
|
||||
"name": "go-cid",
|
||||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
|
||||
"version": "0.7.0"
|
||||
"version": "0.7.2"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user