Add the dagjose multiformat

This commit is contained in:
Alex Good
2020-09-12 16:02:04 +01:00
committed by Rod Vagg
parent 8b9ff3906e
commit de49849130
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ var tCodecs = map[uint64]string{
DashTx: "dash-tx",
FilCommitmentUnsealed: "fil-commitment-unsealed",
FilCommitmentSealed: "fil-commitment-sealed",
DagJOSE: "dag-jose",
}
func assertEqual(t *testing.T, a, b Cid) {