Skip to content

Commit

Permalink
fix missing es notification for support amount changing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison committed Nov 14, 2021
1 parent ab130c6 commit ba50a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lbry/wallet/server/block_processor.py
Expand Up @@ -1351,6 +1351,8 @@ def _get_cumulative_update_ops(self, height: int):
set(self.removed_active_support_amount_by_claim.keys())
).union(
set(self.activated_support_amount_by_claim.keys())
).union(
set(self.pending_support_amount_change.keys())
).difference(
self.removed_claim_hashes
)
Expand Down

0 comments on commit ba50a33

Please sign in to comment.