Add Decred codecs
0xe0 and 0xe1 have been assigned to Decred block and tx in the multicodecs table. https://github.com/multiformats/multicodec/pull/78 License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
@@ -33,6 +33,8 @@ var tCodecs = map[uint64]string{
|
||||
BitcoinTx: "bitcoin-tx",
|
||||
ZcashBlock: "zcash-block",
|
||||
ZcashTx: "zcash-tx",
|
||||
DecredBlock: "decred-block",
|
||||
DecredTx: "decred-tx",
|
||||
}
|
||||
|
||||
func assertEqual(t *testing.T, a, b *Cid) {
|
||||
|
||||
Reference in New Issue
Block a user