diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2021-02-19 23:03:03 +0100 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2021-04-28 10:00:31 +0200 |
commit | ebd4be43cc945e643f91d3a91007b5a35bbbd5a1 (patch) | |
tree | b2ae7605ec35a170e39c06f9a49a41df4dbd4260 /doc | |
parent | 5aa50ab9cc7994b16cf13e4c73af80f0098f1bea (diff) |
doc: add release notes for 20867
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-20867.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-20867.md b/doc/release-notes-20867.md new file mode 100644 index 0000000000..60eed6838f --- /dev/null +++ b/doc/release-notes-20867.md @@ -0,0 +1,11 @@ +Wallet +------ + +- We now support up to 20 keys in `multi()` and `sortedmulti()` descriptors + under `wsh()`. (#20867) + +Updated RPCs +------------ + +- `addmultisigaddress` and `createmultisig` now support up to 20 keys for + Segwit addresses. |