Add BTX support

This commit is contained in:
David B
2018-08-20 23:08:10 +00:00
committed by David
parent a52b65e459
commit a5137f7100
9 changed files with 56 additions and 1 deletions

View File

@@ -46,6 +46,11 @@ namespace DockerGenerator
LNDFragment = "bitcoin-lnd"
},
new CryptoDefinition()
{
Crypto = "btx",
CryptoFragment = "bitcore",
},
new CryptoDefinition()
{
Crypto = "btg",
CryptoFragment = "bgold",