We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928beae commit 6ca836aCopy full SHA for 6ca836a
doc/release-notes-14481.md
@@ -0,0 +1,9 @@
1
+Low-level RPC changes
2
+----------------------
3
+
4
+The `listunspent` RPC has been modified so that it also returns `witnessScript`,
5
+the witness script in the case of a P2WSH or P2SH-P2WSH output.
6
7
+The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
8
+modified so that they also optionally accept a `witnessScript`, the witness script in the
9
+case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.
0 commit comments