Skip to content

Commit

Permalink
Fix feature_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 26, 2024
1 parent 029fc4d commit ffc0eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_test(self):

# Assert default settings file was created
self.stop_node(0)
default_settings = {"_warning_": "This file is automatically generated and updated by Bitcoin Core. Please do not edit this file while the node is running, as any changes might be ignored or overwritten."}
default_settings = {"_warning_": "This file is automatically generated and updated by Qtum Core. Please do not edit this file while the node is running, as any changes might be ignored or overwritten."}
with settings.open() as fp:
assert_equal(json.load(fp), default_settings)

Expand Down

0 comments on commit ffc0eae

Please sign in to comment.