From a1b7c61b56120e8d9b3c040ccdc4e339c5827960 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 5 Jul 2021 09:52:23 -0400 Subject: [PATCH] typing --- lbry/wallet/server/block_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/server/block_processor.py b/lbry/wallet/server/block_processor.py index cc9502302..b542fa659 100644 --- a/lbry/wallet/server/block_processor.py +++ b/lbry/wallet/server/block_processor.py @@ -207,7 +207,7 @@ class BlockProcessor: self.db_deletes = [] # Claimtrie cache - self.db_op_stack = None + self.db_op_stack: Optional[RevertableOpStack] = None self.undo_claims = [] # If the lock is successfully acquired, in-memory chain state