We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e277f commit 9f77b82Copy full SHA for 9f77b82
doc/release-notes-14582.md
@@ -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