mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Remove the DerivationSchemeViewmodel.Enabled property
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user