Skip to content
Open

wip #277

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cilantro/nodes/delegate/block_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down