Skip to content

Commit

Permalink
resolving name change for online_reps from arrival to reps
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayman committed May 22, 2020
1 parent a39f34b commit af03c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async def main():
# data['block_processor_rolled_back'] = response3['node']['block_processor']['rolled_back']['count']
# data['block_processor_generator'] = response3['node']['block_processor']['generator']['state_blocks']['count']
data['block_arrival_count'] = response3['node']['block_arrival']['arrival']['count']
data['online_reps_arrival_count'] = response3['node']['online_reps']['arrival']['count']
data['online_reps_arrival_count'] = response3['node']['online_reps']['reps']['count']
data['votes_cache_count'] = response3['node']['votes_cache']['cache']['count']
data['block_uniquer_count'] = response3['node']['block_uniquer']['blocks']['count']
data['vote_uniquer_count'] = response3['node']['vote_uniquer']['votes']['count']
Expand Down

0 comments on commit af03c94

Please sign in to comment.