diff options
| author | Andrew Chow <[email protected]> | 2019-07-31 18:02:24 -0400 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-09-24 07:53:29 +0800 |
| commit | eb07d22b2d3ec70203412a7746b0ec73217cc974 (patch) | |
| tree | ba26e3261fbc8689038ab1f8d214eaed529e3943 /doc | |
| parent | addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determin... (diff) | |
| download | discoin-eb07d22b2d3ec70203412a7746b0ec73217cc974.tar.xz discoin-eb07d22b2d3ec70203412a7746b0ec73217cc974.zip | |
Shuffle inputs and outputs after joining psbts
Github-Pull: #16512
Rebased-From: 6f405a1d3b38395e35571b68aae55cae50e0762a
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes-16512.md | 4 |
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 000000000..9aa9cf36f --- /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. |