aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-14582.md
blob: 28b0abecd7bea74d8263ef92bf18bc1393199e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)