diff options
| author | Andrew Chow <[email protected]> | 2019-10-07 19:02:25 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2019-10-08 13:56:56 -0400 |
| commit | 4bb660be90a2811b53855bf1fd33a8dd9ba3db47 (patch) | |
| tree | a1d9ee95746985f24cb63e263f06dcbb2259c74d | |
| parent | Update descriptors.md to include sortedmulti (diff) | |
| download | discoin-4bb660be90a2811b53855bf1fd33a8dd9ba3db47.tar.xz discoin-4bb660be90a2811b53855bf1fd33a8dd9ba3db47.zip | |
Add release note
| -rw-r--r-- | doc/release-notes-17056.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-17056.md b/doc/release-notes-17056.md new file mode 100644 index 000000000..23d5a8c8c --- /dev/null +++ b/doc/release-notes-17056.md @@ -0,0 +1,4 @@ +Low-level RPC Changes +=== + +- A new descriptor type `sortedmulti(...)` has been added to support multisig scripts where the public keys are sorted lexicographically in the resulting script. |