File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,21 @@ platform.
66
66
Notable changes
67
67
===============
68
68
69
- Example item
69
+ Updated RPCs
70
70
------------
71
71
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
+
72
84
73
85
Low-level changes
74
86
=================
You can’t perform that action at this time.
0 commit comments