Fixes based on DBManager unit tests

This commit is contained in:
Sergi Delgado Segura
2019-10-29 14:52:27 -07:00
parent a385fa16a9
commit bc7c7dc26f
3 changed files with 16 additions and 7 deletions

View File

@@ -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')