Viacoin support

This commit is contained in:
nicolas.dorier
2018-07-16 17:03:42 +09:00
parent 5340287b35
commit bc7acf4a38
4 changed files with 42 additions and 0 deletions

View File

@@ -59,6 +59,11 @@ namespace DockerGenerator
{
Crypto = "grs",
CryptoFragment = "groestlcoin"
},
new CryptoDefinition()
{
Crypto = "via",
CryptoFragment = "viacoin"
}
};
}