diff options
author | Jonathan "Duke" Leto <jonathan@leto.net> | 2019-08-23 07:42:28 -0700 |
---|---|---|
committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2019-08-29 06:24:44 -0700 |
commit | d48c1e837ae1bd08e0f18ad1b57ff72675c3d6ad (patch) | |
tree | d24cc7b258e703fafe66d531787a1c614e169b10 /doc | |
parent | 442a9c64775454a7073aff9872721c58b1dd35c5 (diff) |
Add window final block height to getchaintxstats
The getchaintxstats RPC now returns the additional key of window_final_block_height
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16695.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-16695.md b/doc/release-notes-16695.md new file mode 100644 index 0000000000..7acf1dcf97 --- /dev/null +++ b/doc/release-notes-16695.md @@ -0,0 +1,5 @@ +Updated RPCs +------------ + +- The `getchaintxstats` RPC now returns the additional key of + `window_final_block_height`. |