mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Remove useless code
This commit is contained in:
@@ -39,8 +39,6 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public bool CanUseRPCImport { get; set; }
|
||||
public bool SupportSegwit { get; set; }
|
||||
public bool SupportTaproot { get; set; }
|
||||
[Display(Name = "Is taproot activated")]
|
||||
public bool IsTaprootActivated { get; set; }
|
||||
public RootedKeyPath GetAccountKeypath()
|
||||
{
|
||||
if (KeyPath != null && RootFingerprint != null &&
|
||||
|
||||
Reference in New Issue
Block a user