diff options
| author | MeshCollider <[email protected]> | 2018-10-15 18:54:37 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2019-02-13 14:35:16 +1300 |
| commit | 6ca836ab3abef5a90df0c3c4e4983f328b1afe00 (patch) | |
| tree | cf777ab4d0e55386a6776fb08574f97df0697804 | |
| parent | Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent (diff) | |
| download | discoin-6ca836ab3abef5a90df0c3c4e4983f328b1afe00.tar.xz discoin-6ca836ab3abef5a90df0c3c4e4983f328b1afe00.zip | |
Add release note for listunspent P2WSH change
| -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 000000000..ea8fc3c34 --- /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`. |