add eclair integration

This commit is contained in:
Kukks
2019-04-19 16:21:39 +02:00
committed by nicolas.dorier
parent 267fd29d02
commit 6edf171807
5 changed files with 68 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ namespace DockerGenerator
get;
private set;
}
public string EclairFragment
{
get;
private set;
}
public static CryptoDefinition[] GetDefinitions()
{
@@ -43,7 +49,8 @@ namespace DockerGenerator
Crypto = "btc",
CryptoFragment = "bitcoin",
CLightningFragment = "bitcoin-clightning",
LNDFragment = "bitcoin-lnd"
LNDFragment = "bitcoin-lnd",
EclairFragment = "bitcoin-eclair"
},
new CryptoDefinition()
{