From 7aa53faa3779e683c71a8f06eb9a1c4acad8dd95 Mon Sep 17 00:00:00 2001 From: Jack Robison <jackrobison@lbry.io> Date: Fri, 6 Jan 2023 16:50:16 -0500 Subject: [PATCH] add comment --- hub/scribe/service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hub/scribe/service.py b/hub/scribe/service.py index b592dfa..f914210 100644 --- a/hub/scribe/service.py +++ b/hub/scribe/service.py @@ -1873,6 +1873,8 @@ class BlockchainProcessorService(BlockchainService): continue hasher = existing_status_hashers[hashX] if hasher is None: + # this is to migrate in the new column family, in the future it can be a new digester + # hasher = ResumableSHA256() hasher = _rebuild_hasher(tx_nums) else: self.db.prefix_db.hashX_history_hasher.stash_delete((hashX,), (hasher,))