Skip to content

Commit fabfb79

Browse files
author
MarcoFalke
committed
doc: Add release notes for 15596
1 parent fac1a0f commit fabfb79

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/release-notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,21 @@ platform.
6666
Notable changes
6767
===============
6868

69-
Example item
69+
Updated RPCs
7070
------------
7171

72+
Note: some low-level RPC changes mainly useful for testing are described in the
73+
Low-level Changes section below.
74+
75+
* The `sendmany` RPC had an argument `minconf` that was not well specified and
76+
would lead to RPC errors even when the wallet's coin selection would succeed.
77+
The `sendtoaddress` RPC never had this check, so to normalize the behavior,
78+
`minconf` is now ignored in `sendmany`. If the coin selection does not
79+
succeed due to missing coins, it will still throw an RPC error. Be reminded
80+
that coin selection is influenced by the `-spendzeroconfchange`,
81+
`-limitancestorcount`, `-limitdescendantcount` and `-walletrejectlongchains`
82+
command line arguments.
83+
7284

7385
Low-level changes
7486
=================

0 commit comments

Comments
 (0)