mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Disable cold wallet creation by default
This commit is contained in:
@@ -35,6 +35,8 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public BTCPayNetwork Network { get; set; }
|
||||
[Display(Name = "Can use hot wallet")]
|
||||
public bool CanUseHotWallet { get; set; }
|
||||
[Display(Name = "Can create a new cold wallet")]
|
||||
public bool CanCreateNewColdWallet { get; set; }
|
||||
[Display(Name = "Can use RPC import")]
|
||||
public bool CanUseRPCImport { get; set; }
|
||||
public bool SupportSegwit { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user