mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
5524fa00fa
Co-authored-by: Jon Atack <jon@atack.com>
8 lines
405 B
Markdown
8 lines
405 B
Markdown
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)
|