mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-09 09:04:20 +01:00
Remove useless code (#6817)
* Remove unused code * Obsolete SigningKey concept
This commit is contained in:
@@ -21,20 +21,18 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public string Label { get; set; }
|
||||
|
||||
public string DerivationSchemeInput { get; set; }
|
||||
[Display(Name = "Is signing key")]
|
||||
public string SelectedSigningKey { get; set; }
|
||||
public bool IsMultiSig => AccountKeys.Count > 1;
|
||||
|
||||
public List<WalletSettingsAccountKeyViewModel> AccountKeys { get; set; } = new();
|
||||
public bool NBXSeedAvailable { get; set; }
|
||||
public string StoreName { get; set; }
|
||||
public string UriScheme { get; set; }
|
||||
|
||||
|
||||
#region MultiSig related settings
|
||||
public bool CanSetupMultiSig { get; set; }
|
||||
[Display(Name = "Is MultiSig on Server")]
|
||||
public bool IsMultiSigOnServer { get; set; }
|
||||
|
||||
|
||||
// some hardware devices like Jade require sending full input transactions if there are multiple inputs
|
||||
// https://github.com/Blockstream/Jade/blob/0d6ce77bf23ef2b5dc43cdae3967b4207e8cad52/main/process/sign_tx.c#L586
|
||||
[Display(Name = "Default Include NonWitness Utxo in PSBTs")]
|
||||
|
||||
Reference in New Issue
Block a user