diff --git a/hive/indexer/blocks.py b/hive/indexer/blocks.py index db1b49424a4961f702e4d65c778014e34d0f7f6f..2449ed465f6201baf39eb2cacb2bd5a2a55f0a38 100644 --- a/hive/indexer/blocks.py +++ b/hive/indexer/blocks.py @@ -248,7 +248,7 @@ class Blocks: vops = hived.get_virtual_operations(num) (vote_ops, comment_payout_ops, comment_payout_stats) = Blocks.prepare_vops(vops, cls._head_block_date) - cls.comment_payout_ops = {**Posts.comment_payout_ops, **comment_payout_ops} + Posts.comment_payout_ops = {**Posts.comment_payout_ops, **comment_payout_ops} for k, v in vote_ops.items(): Votes.effective_comment_vote_op(v, cls._head_block_date)