diff --git a/lbry/wallet/server/block_processor.py b/lbry/wallet/server/block_processor.py index 5895cb44e..141d5c6b1 100644 --- a/lbry/wallet/server/block_processor.py +++ b/lbry/wallet/server/block_processor.py @@ -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 )