mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
doc: release notes for -maxapsfee
This commit is contained in:
parent
e6e277f9ed
commit
9f77b82176
1 changed files with 14 additions and 0 deletions
14
doc/release-notes-14582.md
Normal file
14
doc/release-notes-14582.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
A new configuration flag `-maxapsfee` has been added, which sets the max allowed
|
||||
avoid partial spends (APS) fee. It defaults to 0 (i.e. fee is the same with
|
||||
and without APS). Setting it to -1 will disable APS, unless `-avoidpartialspends`
|
||||
is set. (#14582)
|
||||
|
||||
Wallet
|
||||
------
|
||||
|
||||
The wallet will now avoid partial spends (APS) by default, if this does not result
|
||||
in a difference in fees compared to the non-APS variant. The allowed fee threshold
|
||||
can be adjusted using the new `-maxapsfee` configuration option. (#14582)
|
Loading…
Add table
Reference in a new issue