reduce log spam
This commit is contained in:
@@ -150,7 +150,7 @@ class BlockState:
|
|||||||
self.branches_by_height[branch.height].append(branch)
|
self.branches_by_height[branch.height].append(branch)
|
||||||
self.branches_by_id[branch.id] = branch
|
self.branches_by_id[branch.id] = branch
|
||||||
self.height = max(self.height, branch.height)
|
self.height = max(self.height, branch.height)
|
||||||
state_log.info(f'added branch {fork}')
|
# state_log.debug(f'added branch {fork}')
|
||||||
return fork
|
return fork
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user