fix missing es notification for support amount changing

This commit is contained in:
Jack Robison 2021-11-14 12:20:43 -05:00
parent 54b522383a
commit 1e00fb369d

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
)