blob: 4994d0a34dfe5f827b68e8f222d8e62b023c37db (
plain)
1
2
3
4
5
6
7
8
|
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`.
|