Revert "The send wallet, by default, include the previous transaction"

This reverts commit 0f743cec41.
This commit is contained in:
nicolas.dorier 2020-10-16 20:29:29 +09:00
parent 2f56783b7e
commit 828aae35ce
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

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