1
0

tests: test_network: add more header chain resolution test cases

This commit is contained in:
SomberNight
2025-06-09 20:20:47 +00:00
parent eb69b6b516
commit c2e8188568
2 changed files with 106 additions and 10 deletions

View File

@@ -1111,7 +1111,7 @@ class Interface(Logger):
raise Exception('unexpected bad header during binary: {}'.format(bad_header))
_assert_header_does_not_check_against_any_chain(bad_header)
self.logger.info(f"binary search exited. good {good}, bad {bad}")
self.logger.info(f"binary search exited. good {good}, bad {bad}. {chain=}")
return good, bad, bad_header
async def _resolve_potential_chain_fork_given_forkpoint(