Remove the DerivationSchemeViewmodel.Enabled property

This commit is contained in:
nicolas.dorier
2021-06-17 14:17:14 +09:00
parent 39a4be5641
commit afd479ac69
4 changed files with 1 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Root fingerprint")]
public string RootFingerprint { get; set; }
public bool Confirmation { get; set; }
public bool Enabled { get; set; } = true;
public KeyPath RootKeyPath { get; set; }