From cfa32a3986e6c21c21b449d050edd0f3e51da72e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 28 Jun 2021 14:48:42 -0400 Subject: [PATCH] fix duplicate activate --- lbry/wallet/server/block_processor.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lbry/wallet/server/block_processor.py b/lbry/wallet/server/block_processor.py index 8558c9c57..d155e5348 100644 --- a/lbry/wallet/server/block_processor.py +++ b/lbry/wallet/server/block_processor.py @@ -918,13 +918,6 @@ class BlockProcessor: self.pending_activated[activated.name][activated.claim_hash].append((activated_txo, amount)) # print(f"\tactivate {'support' if txo_type == ACTIVATED_SUPPORT_TXO_TYPE else 'claim'} " # f"{activated.claim_hash.hex()} @ {activated_txo.height}") - if reactivate: - ops.extend( - StagedActivation( - txo_type, activated.claim_hash, activated_txo.tx_num, activated_txo.position, - activated_txo.height, activated.name, amount - ).get_activate_ops() - ) # go through claims where the controlling claim or supports to the controlling claim have been abandoned # check if takeovers are needed or if the name node is now empty