Removal of the Altcoins build (#6177)

* Remove some useless #if ALTCOINS

* Removal of the Altcoins build
This commit is contained in:
Nicolas Dorier
2024-08-30 08:34:23 +09:00
committed by GitHub
parent 25ccc6a9f9
commit a3cfb9e5e4
54 changed files with 23 additions and 292 deletions

View File

@@ -10,7 +10,6 @@ namespace BTCPayServer.Components.MainNav
public List<StoreDerivationScheme> DerivationSchemes { get; set; }
public List<StoreLightningNode> LightningNodes { get; set; }
public List<StoreApp> Apps { get; set; }
public bool AltcoinsBuild { get; set; }
public int ArchivedAppsCount { get; set; }
public string ContactUrl { get; set; }
public string UserName { get; set; }