mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
239 B
12 lines
239 B
4 years ago
|
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.
|