diff options
author | Andrew Chow <github@achow101.com> | 2023-03-17 17:10:18 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-04-11 15:55:32 -0400 |
commit | 18fc71a3adee5de0f74ba6ff18f5ed31ba79a646 (patch) | |
tree | 7a82ac65013947eaa7a5c432b921b7eeca380b40 /doc | |
parent | e83babe3b85b22e2360a99f9827b2b0d107ad0fa (diff) |
doc: Release note for purpose string restriction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-27217.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-27217.md b/doc/release-notes-27217.md new file mode 100644 index 0000000000..ab1452fc94 --- /dev/null +++ b/doc/release-notes-27217.md @@ -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. |