From ac82d6b27b7924bbb099a60229f31825fc11a468 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 16 Jun 2021 11:42:37 -0400 Subject: [PATCH] fix --- lbry/wallet/server/block_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/server/block_processor.py b/lbry/wallet/server/block_processor.py index 5ab50e72b..82524b885 100644 --- a/lbry/wallet/server/block_processor.py +++ b/lbry/wallet/server/block_processor.py @@ -725,7 +725,7 @@ class BlockProcessor: if supported_name is not None: self.pending_removed_support[supported_name][spent_support].append((txin_num, txin.prev_idx)) activation = self.db.get_activation(txin_num, txin.prev_idx, is_support=True) - if 0 < activation <= self.height + 1: + if 0 < activation < self.height + 1: self.removed_active_support[spent_support].append(support_amount) # print(f"\tspent support for {spent_support.hex()} activation:{activation} {support_amount}") ops = StagedClaimtrieSupport(