add dash to codecs table

This commit is contained in:
Samuel Li
2018-10-07 11:44:18 -07:00
parent 628ab3426c
commit 3ec3578fe9

View File

@@ -35,6 +35,8 @@ var tCodecs = map[uint64]string{
ZcashTx: "zcash-tx",
DecredBlock: "decred-block",
DecredTx: "decred-tx",
DashBlock: "dash-block",
DashTx: "dash-tx",
}
func assertEqual(t *testing.T, a, b Cid) {