mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-05 19:38:54 +02:00
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
fabfb79673doc: Add release notes for 15596 (MarcoFalke)fac1a0fe54wallet: Remove unused GetLegacyBalance (MarcoFalke)faa3a246e8scripted-diff: wallet: Rename pcoin to wtx (MarcoFalke)fae5f874d5rpc: Document that minconf is an ignored dummy value (MarcoFalke) Pull request description: Other RPCs such as `sendtoaddress` don't have this option at all and `sendmany` should by default spend from (lets say) our change. ACKs for commit fabfb7: jnewbery: utACKfabfb79673ryanofsky: utACKfabfb79673. Nice writeup! Release notes are only change since previous review. Tree-SHA512: 2526ead2330be7c2beb78b96bc5e55440566c4a3a809bbbd66f5c9fc517f6890affa5d14005dc102644d49679a374510f9507255e870cf88aaa63e429beef658
This commit is contained in:
@@ -66,9 +66,21 @@ platform.
|
||||
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
|
||||
=================
|
||||
|
||||
Reference in New Issue
Block a user