aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-12-11 15:24:02 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-03-07 12:58:14 -0500
commitfa06dfce0f1f8e5e34f416c556590fa56b721788 (patch)
tree95b517e24c4dc0223d4b47e0ab718fc73cad1f93 /doc/release-notes.md
parent8acd25d8548d91f1e6c1d7c6fa3528c09da6ff80 (diff)
downloadbitcoin-fa06dfce0f1f8e5e34f416c556590fa56b721788.tar.xz
[rpc] createrawtransaction: Accept sorted outputs
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 528cb81a38..25dc5beecc 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -61,7 +61,8 @@ RPC changes
### Low-level changes
-- The `fundrawtransaction` rpc will reject the previously deprecated `reserveChangeKey` option.
+- The `createrawtransaction` RPC will now accept an array or dictionary (kept for compatibility) for the `outputs` parameter. This means the order of transaction outputs can be specified by the client.
+- The `fundrawtransaction` RPC will reject the previously deprecated `reserveChangeKey` option.
Credits
=======