doc: Add release notes for 15596
This commit is contained in:
parent
fac1a0fe54
commit
fabfb79673
1 changed files with 13 additions and 1 deletions
|
@ -66,9 +66,21 @@ platform.
|
||||||
Notable changes
|
Notable changes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Example item
|
Updated RPCs
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Note: some low-level RPC changes mainly useful for testing are described in the
|
||||||
|
Low-level Changes section below.
|
||||||
|
|
||||||
|
* The `sendmany` RPC had an argument `minconf` that was not well specified and
|
||||||
|
would lead to RPC errors even when the wallet's coin selection would succeed.
|
||||||
|
The `sendtoaddress` RPC never had this check, so to normalize the behavior,
|
||||||
|
`minconf` is now ignored in `sendmany`. If the coin selection does not
|
||||||
|
succeed due to missing coins, it will still throw an RPC error. Be reminded
|
||||||
|
that coin selection is influenced by the `-spendzeroconfchange`,
|
||||||
|
`-limitancestorcount`, `-limitdescendantcount` and `-walletrejectlongchains`
|
||||||
|
command line arguments.
|
||||||
|
|
||||||
|
|
||||||
Low-level changes
|
Low-level changes
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in a new issue