We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa91089 commit 5555d8dCopy full SHA for 5555d8d
test/functional/test_framework/test_framework.py
@@ -1021,5 +1021,4 @@ def is_bdb_compiled(self):
1021
return self.config["components"].getboolean("USE_BDB")
1022
1023
def has_blockfile(self, node, filenum: str):
1024
- blocksdir = node.datadir_path / self.chain / 'blocks'
1025
- return (blocksdir / f"blk{filenum}.dat").is_file()
+ return (node.blocks_path/ f"blk{filenum}.dat").is_file()
0 commit comments