Skip to content

Commit

Permalink
Add release note for listunspent P2WSH change
Browse files Browse the repository at this point in the history
  • Loading branch information
meshcollider committed Feb 13, 2019
1 parent 928beae commit 6ca836a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/release-notes-14481.md
@@ -0,0 +1,9 @@
Low-level RPC changes
----------------------

The `listunspent` RPC has been modified so that it also returns `witnessScript`,
the witness script in the case of a P2WSH or P2SH-P2WSH output.

The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
modified so that they also optionally accept a `witnessScript`, the witness script in the
case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.

0 comments on commit 6ca836a

Please sign in to comment.