Remove HintAddress

This commit is contained in:
nicolas.dorier
2021-06-17 14:11:01 +09:00
parent cf7c3c2bf7
commit 39a4be5641
6 changed files with 4 additions and 128 deletions

View File

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