diff --git a/hive/indexer/blocks.py b/hive/indexer/blocks.py index a8abd44b972ae86c08e37680cfdba0b6f1a66daf..a030a0febce5c8613e7d70ecbb74fa278610b2f5 100644 --- a/hive/indexer/blocks.py +++ b/hive/indexer/blocks.py @@ -245,12 +245,6 @@ class Blocks: for k, v in vote_ops.items(): Votes.effective_comment_vote_op(v, cls._head_block_date) - op_type = 'effective_comment_vote_operation' - if op_type in cls.ops_stats: - cls.ops_stats[op_type] += 1 - else: - cls.ops_stats[op_type] = 1 - if comment_payout_ops: comment_payout_stats = Posts.comment_payout_op(comment_payout_ops, cls._head_block_date)