add policy to restrict generate wallet usage

This commit is contained in:
Kukks
2019-12-16 09:32:43 +01:00
parent a75b6201b7
commit 6706658377
7 changed files with 35 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string DerivationSchemeFormat { get; set; }
public string AccountKey { get; set; }
public BTCPayNetwork Network { get; set; }
public bool CanUseGenerateWallet { get; set; }
public RootedKeyPath GetAccountKeypath()
{