Skip to content

Commit

Permalink
doc: add block processing time to rpc md
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslong committed Aug 25, 2021
1 parent ab90013 commit 893b8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/documentation/public_endpoints/getnodestats.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ None
| `internal_rtt.getmemorypool` | f64 | The average internal RTT for GetMemoryPool messages in seconds |
| `misc.block_height` | u32 | The current block height of the node |
| `misc.blocks_mined` | u32 | The number of blocks the node has mined |
| `misc.block_processing_time` | f64 | The block processing time in seconds |
| `misc.duplicate_blocks` | u64 | The number of duplicate blocks received |
| `misc.duplicate_sync_blocks` | u64 | The number of duplicate sync blocks received |
| `outbound.all_successes` | u64 | The number of successfully sent messages |
Expand Down

0 comments on commit 893b8c4

Please sign in to comment.