Skip to content

Commit

Permalink
fix: remove missing comment to follow-up for bitcoin#15864
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Oct 25, 2024
1 parent 65226da commit 7c6c93d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/feature_config_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def run_test(self):

# Create the directory and ensure the config file now works
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.stop_node(0)
assert os.path.exists(os.path.join(new_data_dir, self.chain, 'blocks'))
Expand Down

0 comments on commit 7c6c93d

Please sign in to comment.