mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
322 B
8 lines
322 B
7 months ago
|
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`.
|