mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 16:34:22 +01:00
doc: release note for getpeerinfo last_block/last_transaction
This commit is contained in:
parent
cfef5a2c98
commit
5da96210fc
1 changed files with 6 additions and 0 deletions
6
doc/release-notes-19731.md
Normal file
6
doc/release-notes-19731.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
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)
|
Loading…
Add table
Reference in a new issue