mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: remove missing comment to follow-up for bitcoin#15864
This commit is contained in:
parent
65226da849
commit
7c6c93d201
@ -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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user