Changes to wallet related RPCs can be found in the Wallet section below.
-
Descriptor wallets are now the default wallet type. Newly created wallets will use descriptors unless
descriptors=falseis set duringcreatewallet, or theDescriptor walletcheckbox is unchecked in the GUI. (dash#7204)Note that wallet RPC commands like
importmultianddumpprivkeycannot be used with descriptor wallets, so if your client code relies on these commands without specifyingdescriptors=falseduring wallet creation, you will need to update your code.