mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: release note for wallet RPCs "warning" field deprecation
This commit is contained in:
parent
9ea8b3739a
commit
01df011ca2
1 changed files with 10 additions and 0 deletions
10
doc/release-notes-27279.md
Normal file
10
doc/release-notes-27279.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue