Remove useless code

This commit is contained in:
nicolas.dorier
2021-11-16 21:02:03 +09:00
parent e5fa6fa55a
commit 8d6c5dcd65
2 changed files with 0 additions and 15 deletions

View File

@@ -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 &&