Save the KeyPath of the WalletKeyPathRoot of the hardware wallet so we don't have to scan for it

This commit is contained in:
nicolas.dorier
2018-12-26 14:04:00 +09:00
parent af22d6a4e3
commit caa6978d80
6 changed files with 37 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ namespace BTCPayServer.Models.StoreViewModels
} = new List<(string KeyPath, string Address)>();
public string CryptoCode { get; set; }
public string KeyPath { get; set; }
[Display(Name = "Hint address")]
public string HintAddress { get; set; }
public bool Confirmation { get; set; }