dead code

This commit is contained in:
Jack Robison 2022-10-16 15:08:54 -04:00
parent 745462d3ae
commit 616daec0d9

View file

@ -1166,9 +1166,6 @@ class SecondaryDB:
v = self.prefix_db.txo_to_claim.get_pending(tx_num, position)
return None if not v else v.claim_hash
def get_cached_claim_exists(self, tx_num: int, position: int) -> bool:
return self.get_cached_claim_hash(tx_num, position) is not None
# Header merkle cache
async def populate_header_merkle_cache(self):