Add release note for listunspent P2WSH change
This commit is contained in:
parent
928beae007
commit
6ca836ab3a
1 changed files with 9 additions and 0 deletions
9
doc/release-notes-14481.md
Normal file
9
doc/release-notes-14481.md
Normal file
|
@ -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`.
|
Loading…
Add table
Reference in a new issue