mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Simplify code (#6761)
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user