runner goes fatal if there's no path to the root branch
This commit is contained in:
@@ -231,8 +231,7 @@ class BlockStateRunner(BlockProgressor):
|
||||
try:
|
||||
fork = await self.create_branch(chain)
|
||||
except ValueError:
|
||||
log.warning(f'Could not build a branch back to root! {hexstr(latest_block[chain.id].hash)} <-?- {hexstr(self.state.root_branch.head)}')
|
||||
continue
|
||||
fatal(f'Could not build a branch back to root! {hexstr(latest_block[chain.id].hash)} <-?- {hexstr(self.state.root_branch.head)}')
|
||||
# noinspection PyBroadException
|
||||
try:
|
||||
if fork is not None:
|
||||
|
||||
Reference in New Issue
Block a user