mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user