0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

doc: Release note for purpose string restriction

This commit is contained in:
Andrew Chow 2023-03-17 17:10:18 -04:00
parent e83babe3b8
commit 18fc71a3ad

View file

@ -0,0 +1,6 @@
Wallet
------
* Address Purposes strings are now restricted to the currently known values of "send", "receive", and "refund".
Wallets that have unrecognized purpose strings will have loading warnings, and the `listlabels`
RPC will raise an error if an unrecognized purpose is requested.