fix supports that activate on the block the claim is abandoned
This commit is contained in:
parent
eb3d7a183a
commit
98ec0f5e0c
1 changed files with 0 additions and 2 deletions
|
@ -1057,8 +1057,6 @@ class BlockchainProcessorService(BlockchainService):
|
||||||
# add the activation/delayed-activation ops
|
# add the activation/delayed-activation ops
|
||||||
for activated, activated_txos in activated_at_height.items():
|
for activated, activated_txos in activated_at_height.items():
|
||||||
controlling = get_controlling(activated.normalized_name)
|
controlling = get_controlling(activated.normalized_name)
|
||||||
if activated.claim_hash in self.abandoned_claims:
|
|
||||||
continue
|
|
||||||
reactivate = False
|
reactivate = False
|
||||||
if not controlling or controlling.claim_hash == activated.claim_hash:
|
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
|
# there is no delay for claims to a name without a controlling value or to the controlling value
|
||||||
|
|
Loading…
Reference in a new issue