aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-07-31 18:02:24 -0400
committerAndrew Chow <achow101-github@achow101.com>2019-09-04 17:44:31 -0400
commit6f405a1d3b38395e35571b68aae55cae50e0762a (patch)
treeb7debd959abce9db4ffec38750f89a8544707dc3 /doc
parent7821821a23b68cc9ec49d69829ad4c939cb762e8 (diff)
downloadbitcoin-6f405a1d3b38395e35571b68aae55cae50e0762a.tar.xz
Shuffle inputs and outputs after joining psbts
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16512.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-16512.md b/doc/release-notes-16512.md
new file mode 100644
index 0000000000..9aa9cf36f9
--- /dev/null
+++ b/doc/release-notes-16512.md
@@ -0,0 +1,4 @@
+RPC changes
+-----------
+The RPC `joinpsbts` will shuffle the order of the inputs and outputs of the resulting joined psbt.
+Previously inputs and outputs were added in the order that the PSBTs were provided which makes correlating inputs to outputs extremely easy.