fix missing es notification for support amount changing

This commit is contained in:
Jack Robison 2021-11-14 12:20:43 -05:00 committed by Victor Shyba
parent 948a58f628
commit 02b0f3e9f2

View file

@ -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
)