Rename CanGenerateWallet to CanUseHotWallet, small refactoring on generatewallet

This commit is contained in:
nicolas.dorier
2019-12-18 22:28:03 +09:00
parent ed6a01469a
commit 47eb087d1b
9 changed files with 35 additions and 34 deletions

View File

@@ -41,7 +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 bool CanUseHotWallet { get; set; }
public RootedKeyPath GetAccountKeypath()
{