Shuffle inputs and outputs after joining psbts

This commit is contained in:
Andrew Chow
2019-07-31 18:02:24 -04:00
parent 7821821a23
commit 6f405a1d3b
2 changed files with 28 additions and 1 deletions

View File

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