mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
8 lines
322 B
Markdown
8 lines
322 B
Markdown
|
RPC
|
||
|
---
|
||
|
|
||
|
- the `warnings` field in `getblockchaininfo`, `getmininginfo` and
|
||
|
`getnetworkinfo` now returns all the active node warnings as an array
|
||
|
of strings, instead of just a single warning. The current behaviour
|
||
|
can temporarily be restored by running bitcoind with configuration
|
||
|
option `-deprecatedrpc=warnings`.
|