Added BTG to Docker Generate

This commit is contained in:
vutov
2018-05-17 12:07:22 +03:00
parent a8a252915f
commit 5b6d74dc16
2 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,13 @@ namespace DockerGenerator
CryptoFragment = "bitcoin",
CLightningFragment = "bitcoin-clightning",
},
};
new CryptoDefinition()
{
Crypto = "btg",
CryptoFragment = "bitcoingold",
CLightningFragment = null,
}
};
}
}
}