mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 19:37:04 +01:00
9 lines
295 B
Markdown
9 lines
295 B
Markdown
|
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.
|