mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
7 lines
232 B
Markdown
7 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)
|