forked from LBRYCommunity/lbry-sdk
typing
This commit is contained in:
parent
fbd1d53542
commit
a1b7c61b56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue