diff options
author | Jon Atack <jon@atack.com> | 2023-03-22 15:28:55 -0700 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2023-04-10 10:41:56 -0700 |
commit | 01df011ca2bf46ee4c988b03a130eea6df692325 (patch) | |
tree | 5a8193b343d2a22160f0d86349160fa88cea0662 /doc | |
parent | 9ea8b3739a863b0ad87593639476b3cd712ff0dc (diff) |
doc: release note for wallet RPCs "warning" field deprecation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-27279.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes-27279.md b/doc/release-notes-27279.md new file mode 100644 index 0000000000..b664aee755 --- /dev/null +++ b/doc/release-notes-27279.md @@ -0,0 +1,10 @@ +Wallet +------ + +- In the createwallet, loadwallet, unloadwallet, and restorewallet RPCs, the + "warning" string field is deprecated in favor of a "warnings" field that + returns a JSON array of strings to better handle multiple warning messages and + for consistency with other wallet RPCs. The "warning" field will be fully + removed from these RPCs in v26. It can be temporarily re-enabled during the + deprecation period by launching bitcoind with the configuration option + `-deprecatedrpc=walletwarningfield`. (#27279) |