Simplify code (#6761)

This commit is contained in:
Nicolas Dorier
2025-06-02 16:06:32 +09:00
committed by GitHub
parent fd5800a826
commit 49ab3b22a4
5 changed files with 16 additions and 31 deletions

View File

@@ -11,10 +11,10 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Derivation scheme")]
public string DerivationScheme { get; set; }
public List<(string KeyPath, string Address, RootedKeyPath RootedKeyPath)> AddressSamples
public List<(string KeyPath, string Address)> AddressSamples
{
get; set;
} = new List<(string KeyPath, string Address, RootedKeyPath RootedKeyPath)>();
}
public string CryptoCode { get; set; }
public string KeyPath { get; set; }
[Display(Name = "Root fingerprint")]