diff options
author | Jon Atack <jon@atack.com> | 2020-08-15 15:26:33 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-08-15 15:26:33 +0200 |
commit | 5da96210fc2fda9fbd79531f42f91262fd7a9257 (patch) | |
tree | f3c2add2e177e074ae79c377044b8bb687e795ef | |
parent | cfef5a2c98b9563392a4a258fedb8bdc869c9749 (diff) |
doc: release note for getpeerinfo last_block/last_transaction
-rw-r--r-- | doc/release-notes-19731.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19731.md b/doc/release-notes-19731.md new file mode 100644 index 0000000000..abe38e06af --- /dev/null +++ b/doc/release-notes-19731.md @@ -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) |