Skip to content

Commit 9f77b82

Browse files
committed
doc: release notes for -maxapsfee
1 parent e6e277f commit 9f77b82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/release-notes-14582.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Configuration
2+
-------------
3+
4+
A new configuration flag `-maxapsfee` has been added, which sets the max allowed
5+
avoid partial spends (APS) fee. It defaults to 0 (i.e. fee is the same with
6+
and without APS). Setting it to -1 will disable APS, unless `-avoidpartialspends`
7+
is set. (#14582)
8+
9+
Wallet
10+
------
11+
12+
The wallet will now avoid partial spends (APS) by default, if this does not result
13+
in a difference in fees compared to the non-APS variant. The allowed fee threshold
14+
can be adjusted using the new `-maxapsfee` configuration option. (#14582)

0 commit comments

Comments
 (0)