mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
405 B
405 B
Wallet
- The
deprecatedrpc=walletwarningfieldconfiguration option has been removed. Thecreatewallet,loadwallet,restorewalletandunloadwalletRPCs 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)