forked from LBRYCommunity/lbry-sdk
fix missing es notification for support amount changing
This commit is contained in:
parent
54b522383a
commit
1e00fb369d
1 changed files with 2 additions and 0 deletions
|
@ -1351,6 +1351,8 @@ class BlockProcessor:
|
|||
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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue