Feathercoin Support

This commit is contained in:
Oliver Ziegler
2018-06-14 03:37:41 +02:00
parent 10d900ac06
commit 6d5760a18f
4 changed files with 43 additions and 0 deletions

View File

@@ -43,6 +43,12 @@ namespace DockerGenerator
Crypto = "btg",
CryptoFragment = "bgold",
CLightningFragment = null,
},
new CryptoDefinition()
{
Crypto = "ftc",
CryptoFragment = "feathercoin",
CLightningFragment = null,
}
};
}