diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2018-10-15 18:54:37 +1300 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2019-02-13 14:35:16 +1300 |
commit | 6ca836ab3abef5a90df0c3c4e4983f328b1afe00 (patch) | |
tree | cf777ab4d0e55386a6776fb08574f97df0697804 /doc | |
parent | 928beae007fc2f951e79ea307a5e983af4cb3acf (diff) |
Add release note for listunspent P2WSH change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-14481.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-14481.md b/doc/release-notes-14481.md new file mode 100644 index 0000000000..ea8fc3c34e --- /dev/null +++ b/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`. |