add additional server policy for hot wallet

So that if you enable hot wallets for all, you can still not allow them to import to your RPC
This commit is contained in:
Kukks
2020-04-13 08:48:35 +02:00
parent 6bfb6a795e
commit 4e09bb0b01
6 changed files with 32 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ namespace BTCPayServer.Models.StoreViewModels
{
public class DerivationSchemeViewModel
{
public DerivationSchemeViewModel()
{
}
@@ -42,6 +43,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string AccountKey { get; set; }
public BTCPayNetwork Network { get; set; }
public bool CanUseHotWallet { get; set; }
public bool CanUseRPCImport { get; set; }
public RootedKeyPath GetAccountKeypath()
{