From 616daec0d92806a3f2854f3dbbbe99bd43354e0f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sun, 16 Oct 2022 15:08:54 -0400 Subject: [PATCH] dead code --- hub/db/db.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hub/db/db.py b/hub/db/db.py index 69806d1..0b1d5af 100644 --- a/hub/db/db.py +++ b/hub/db/db.py @@ -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):