bitcoin/doc/release-notes-27052.md

9 lines
295 B
Markdown
Raw Normal View History

2023-08-15 00:28:44 -06:00
JSON-RPC
--------
The `getpeerinfo` RPC now returns an additional result field,
`last_block_announcement`, which indicates the most recent time
this peer was the first to announce a new block to the local node.
This timestamp, previously internal only, is used by the stale-tip
eviction logic.