From 3ec3578fe958268a8938be576c4560b85729c87c Mon Sep 17 00:00:00 2001 From: Samuel Li Date: Sun, 7 Oct 2018 11:44:18 -0700 Subject: [PATCH] add dash to codecs table --- cid_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cid_test.go b/cid_test.go index 1b1e9c4..c05acd6 100644 --- a/cid_test.go +++ b/cid_test.go @@ -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) {