From 7c6c93d201b7338257ebc413f58b22bea490b8a2 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 22 Oct 2024 13:47:57 +0700 Subject: [PATCH] fix: remove missing comment to follow-up for bitcoin#15864 --- test/functional/feature_config_args.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/feature_config_args.py b/test/functional/feature_config_args.py index 2462b20383..622f1fd39f 100755 --- a/test/functional/feature_config_args.py +++ b/test/functional/feature_config_args.py @@ -286,7 +286,6 @@ class ConfArgsTest(BitcoinTestFramework): # 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'))