diff options
| author | MeshCollider <[email protected]> | 2018-10-15 19:01:21 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2018-10-25 09:30:57 +1300 |
| commit | 1753d217ead7e2de35b3df6cd6573a1c9a068f84 (patch) | |
| tree | af86a3f633d4c8e8f13c094ee952b393b89ecf28 | |
| parent | Fix typo in test_framework/blocktools (diff) | |
| download | discoin-1753d217ead7e2de35b3df6cd6573a1c9a068f84.tar.xz discoin-1753d217ead7e2de35b3df6cd6573a1c9a068f84.zip | |
Add release notes for importmulti segwit change
| -rw-r--r-- | doc/release-notes-14454.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-14454.md b/doc/release-notes-14454.md new file mode 100644 index 000000000..dd2c6c7ce --- /dev/null +++ b/doc/release-notes-14454.md @@ -0,0 +1,6 @@ +Low-level RPC changes +---------------------- + +The `importmulti` RPC has been updated to support P2WSH, P2WPKH, P2SH-P2WPKH, +P2SH-P2WSH. Each request now accepts an additional `witnessscript` to be used +for P2WSH or P2SH-P2WSH. |