From 18fc71a3adee5de0f74ba6ff18f5ed31ba79a646 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 17 Mar 2023 17:10:18 -0400 Subject: [PATCH] doc: Release note for purpose string restriction --- doc/release-notes-27217.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-27217.md diff --git a/doc/release-notes-27217.md b/doc/release-notes-27217.md new file mode 100644 index 00000000000..ab1452fc942 --- /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.