mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
The send wallet, by default, include the previous transaction
This commit is contained in:
parent
f371c47be5
commit
0f743cec41
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
public bool AlwaysIncludeNonWitnessUTXO { get; set; } = true;
|
||||
[Display(Name = "Allow fee increase (RBF)")]
|
||||
public ThreeStateBool AllowFeeBump { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue