Add groestlcoin to docker-compose-generator

This commit is contained in:
nicolas.dorier
2018-06-24 13:29:36 +09:00
parent 1592f6cb24
commit 056ba61385
5 changed files with 44 additions and 5 deletions

View File

@@ -49,7 +49,13 @@ namespace DockerGenerator
Crypto = "ftc",
CryptoFragment = "feathercoin",
CLightningFragment = null,
}
},
new CryptoDefinition()
{
Crypto = "grs",
CryptoFragment = "groestlcoin",
CLightningFragment = null,
}
};
}
}