aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-03-17 17:10:18 -0400
committerAndrew Chow <github@achow101.com>2023-04-11 15:55:32 -0400
commit18fc71a3adee5de0f74ba6ff18f5ed31ba79a646 (patch)
tree7a82ac65013947eaa7a5c432b921b7eeca380b40
parente83babe3b85b22e2360a99f9827b2b0d107ad0fa (diff)
downloadbitcoin-18fc71a3adee5de0f74ba6ff18f5ed31ba79a646.tar.xz
doc: Release note for purpose string restriction
-rw-r--r--doc/release-notes-27217.md6
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.