fix: remove missing comment to follow-up for bitcoin#15864

This commit is contained in:
Konstantin Akimov 2024-10-22 13:47:57 +07:00
parent 65226da849
commit 7c6c93d201
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -286,7 +286,6 @@ class ConfArgsTest(BitcoinTestFramework):
# Create the directory and ensure the config file now works # Create the directory and ensure the config file now works
os.mkdir(new_data_dir) os.mkdir(new_data_dir)
# Temporarily disabled, because this test would access the user's home dir (~/.bitcoin)
self.start_node(0, [f'-conf={conf_file}']) self.start_node(0, [f'-conf={conf_file}'])
self.stop_node(0) self.stop_node(0)
assert os.path.exists(os.path.join(new_data_dir, self.chain, 'blocks')) assert os.path.exists(os.path.join(new_data_dir, self.chain, 'blocks'))