Add Phoenixd support (#987)
* add phoenixd fragment * define phoenixd as lightning implementation * add btcpayserver section and hardcoded api password * set correct phoenix datadir * remove phoenixd->btcpayserver dependency * use phoenixd 0.6.0 * added phoenix-cli scripts
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
public string CLightningFragment { get; set; }
|
||||
public string LNDFragment { get; set; }
|
||||
public string EclairFragment { get; set; }
|
||||
public string PhoenixdFragment { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -81,6 +81,10 @@ namespace DockerGenerator
|
||||
{
|
||||
fragments.Add(crypto.EclairFragment);
|
||||
}
|
||||
if (composition.SelectedLN == "phoenixd" && crypto.PhoenixdFragment != null)
|
||||
{
|
||||
fragments.Add(crypto.PhoenixdFragment);
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var fragment in composition.AdditionalFragments)
|
||||
|
||||
Reference in New Issue
Block a user