From fa06dfce0f1f8e5e34f416c556590fa56b721788 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 11 Dec 2017 15:24:02 -0500 Subject: [rpc] createrawtransaction: Accept sorted outputs --- doc/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 ======= -- cgit v1.2.3