aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-08-15 15:26:33 +0200
committerJon Atack <jon@atack.com>2020-08-15 15:26:33 +0200
commit5da96210fc2fda9fbd79531f42f91262fd7a9257 (patch)
treef3c2add2e177e074ae79c377044b8bb687e795ef /doc
parentcfef5a2c98b9563392a4a258fedb8bdc869c9749 (diff)
downloadbitcoin-5da96210fc2fda9fbd79531f42f91262fd7a9257.tar.xz
doc: release note for getpeerinfo last_block/last_transaction
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-19731.md6
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)