This commit is contained in:
Jack Robison 2021-07-05 09:52:12 -04:00
parent dc2f22f5fa
commit 3b96bd7ea0
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -703,7 +703,7 @@ class BlockProcessor:
spent_claims = {}
for expired_claim_hash, (tx_num, position, name, txi) in expired.items():
if (tx_num, position) not in self.txo_to_claim:
self.db_op_stack.extend(self._spend_claim_txo(txi, spent_claims))
self._spend_claim_txo(txi, spent_claims)
if expired:
# do this to follow the same content claim removing pathway as if a claim (possible channel) was abandoned
for abandoned_claim_hash, (tx_num, nout, name) in spent_claims.items():