Remove custodians (#5863)

* Remove custodians

* Hide Experimental checkbox in the server policies

---------

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
This commit is contained in:
Andrew Camilleri
2024-03-28 16:28:27 +01:00
committed by GitHub
parent 5b31d4de20
commit cb25c225e9
79 changed files with 68 additions and 6248 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 CustodianAccountData[] CustodianAccounts { get; set; }
public bool AltcoinsBuild { get; set; }
public int ArchivedAppsCount { get; set; }
public string ContactUrl { get; set; }