diff options
| author | Karl-Johan Alm <[email protected]> | 2020-08-17 14:36:26 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2020-08-18 15:30:36 +0900 |
| commit | 9f77b821764dcaebc97a5ae76c3052936418308d (patch) | |
| tree | 22601c14631f2057ef686b1b1461255be0c8a981 | |
| parent | Merge #19756: tests: add sync_all to fix race condition in wallet groups test (diff) | |
| download | discoin-9f77b821764dcaebc97a5ae76c3052936418308d.tar.xz discoin-9f77b821764dcaebc97a5ae76c3052936418308d.zip | |
doc: release notes for -maxapsfee
| -rw-r--r-- | doc/release-notes-14582.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/release-notes-14582.md b/doc/release-notes-14582.md new file mode 100644 index 000000000..28b0abecd --- /dev/null +++ b/doc/release-notes-14582.md @@ -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) |