From f526f291c955c67c9d98e7a9bd01357b6f538ab5 Mon Sep 17 00:00:00 2001 From: Raghu Chalasani Date: Tue, 6 Nov 2018 10:06:51 -0800 Subject: [PATCH] wip --- cilantro/nodes/delegate/block_manager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cilantro/nodes/delegate/block_manager.py b/cilantro/nodes/delegate/block_manager.py index 7ec3788ce..9dbaee5ab 100644 --- a/cilantro/nodes/delegate/block_manager.py +++ b/cilantro/nodes/delegate/block_manager.py @@ -68,8 +68,6 @@ def __init__(self, ip, *args, **kwargs): self.my_sb_index = self._get_my_index() % NUM_SB_BUILDERS # raghu todo tie to initial catch up logic as well as right place to do this - # Falcon needs to add db interface modifications - # self.db_state = DBState(BlockStorageDriver.get_latest_block_hash()) self.db_state = DBState(StorageDriver.get_latest_block_hash()) self.min_new_block_quorum = 1 # TODO self.interpreter = SenecaInterpreter()