aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2023-05-25 16:34:31 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2023-06-04 23:53:26 +0200
commit5524fa00faebfe040f126a4152640f9e9ed572b1 (patch)
tree5a58dbb39d56cd01fae079cad238479a431da7d5 /doc
parent5c77db73542fe4c76fd53526ae560d56dde5f830 (diff)
downloadbitcoin-5524fa00faebfe040f126a4152640f9e9ed572b1.tar.xz
doc: add release note about removal of `deprecatedrpc=walletwarningfield` flag
Co-authored-by: Jon Atack <jon@atack.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-27757.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-27757.md b/doc/release-notes-27757.md
new file mode 100644
index 0000000000..fb6aaa01a5
--- /dev/null
+++ b/doc/release-notes-27757.md
@@ -0,0 +1,8 @@
+Wallet
+------
+
+- The `deprecatedrpc=walletwarningfield` configuration option has been removed.
+ The `createwallet`, `loadwallet`, `restorewallet` and `unloadwallet` RPCs no
+ longer return the "warning" string field. The same information is provided
+ through the "warnings" field added in v25.0, which returns a JSON array of
+ strings. The "warning" string field was deprecated also in v25.0. (#27757)