From 98ec0f5e0c42df5dab559bfb02be61fc92d0933e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 18 Oct 2022 12:06:20 -0400 Subject: [PATCH] fix supports that activate on the block the claim is abandoned --- hub/scribe/service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hub/scribe/service.py b/hub/scribe/service.py index c1f68d0..e5e24f5 100644 --- a/hub/scribe/service.py +++ b/hub/scribe/service.py @@ -1057,8 +1057,6 @@ class BlockchainProcessorService(BlockchainService): # add the activation/delayed-activation ops for activated, activated_txos in activated_at_height.items(): controlling = get_controlling(activated.normalized_name) - if activated.claim_hash in self.abandoned_claims: - continue reactivate = False if not controlling or controlling.claim_hash == activated.claim_hash: # there is no delay for claims to a name without a controlling value or to the controlling value