mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-13 05:12:34 -03:00
6 lines
232 B
Markdown
6 lines
232 B
Markdown
Updated RPCs
|
|
------------
|
|
|
|
- The `getpeerinfo` RPC now has additional `last_block` and `last_transaction`
|
|
fields that return the UNIX epoch time of the last block and the last valid
|
|
transaction received from each peer. (#19731)
|