add dash docker

This commit is contained in:
Andrew Camilleri
2018-09-13 14:11:12 +02:00
parent 8933ab9030
commit 6f1361793c
2 changed files with 37 additions and 0 deletions

View File

@@ -65,6 +65,11 @@ namespace DockerGenerator
{
Crypto = "via",
CryptoFragment = "viacoin"
},
new CryptoDefinition()
{
Crypto = "DASH",
CryptoFragment = "dash"
}
};
}