[rpc] createrawtransaction: Accept sorted outputs

This commit is contained in:
MarcoFalke
2017-12-11 15:24:02 -05:00
parent 8acd25d854
commit fa06dfce0f
5 changed files with 99 additions and 29 deletions

View File

@@ -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
=======