mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Fixes based on DBManager unit tests
This commit is contained in:
@@ -165,7 +165,7 @@ class Responder:
|
||||
self.handle_reorgs()
|
||||
|
||||
# Register the last processed block for the responder
|
||||
self.db_manager.store_last_block_responder(block_hash)
|
||||
self.db_manager.store_last_block_hash_responder(block_hash)
|
||||
|
||||
prev_block_hash = block.get('hash')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user