Add window final block height to getchaintxstats

The getchaintxstats RPC now returns the additional key of window_final_block_height
This commit is contained in:
Jonathan "Duke" Leto
2019-08-23 07:42:28 -07:00
parent 442a9c6477
commit d48c1e837a
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Updated RPCs
------------
- The `getchaintxstats` RPC now returns the additional key of
`window_final_block_height`.