Skip to content

Commit 01df011

Browse files
committed
doc: release note for wallet RPCs "warning" field deprecation
1 parent 9ea8b37 commit 01df011

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/release-notes-27279.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Wallet
2+
------
3+
4+
- In the createwallet, loadwallet, unloadwallet, and restorewallet RPCs, the
5+
"warning" string field is deprecated in favor of a "warnings" field that
6+
returns a JSON array of strings to better handle multiple warning messages and
7+
for consistency with other wallet RPCs. The "warning" field will be fully
8+
removed from these RPCs in v26. It can be temporarily re-enabled during the
9+
deprecation period by launching bitcoind with the configuration option
10+
`-deprecatedrpc=walletwarningfield`. (#27279)

0 commit comments

Comments
 (0)