Add AlwaysIncludeNonWitnessUTXO to Wallet Send

This commit is contained in:
Kukks
2020-06-12 13:58:55 +02:00
parent 1889c33d80
commit b7c65b2ba6
4 changed files with 12 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ namespace BTCPayServer.Models.WalletViewModels
public string Fiat { get; set; }
public string RateError { get; set; }
public bool SupportRBF { get; set; }
[Display(Name = "Always include non-witness UTXO if available")]
public bool AlwaysIncludeNonWitnessUTXO { get; set; }
[Display(Name = "Allow fee increase (RBF)")]
public ThreeStateBool AllowFeeBump { get; set; }