Skip to content

Commit a542761

Browse files
committed
update comment
1 parent 19fbd0e commit a542761

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

test/functional/rpc_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2023 The Bitcoin Core developers
2+
# Copyright (c) 2025 The Bitcoin Knots developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Test the settings RPC commands."""
@@ -1476,4 +1476,4 @@ def run_test(self):
14761476

14771477

14781478
if __name__ == '__main__':
1479-
SettingsRPCTest(__file__).main()
1479+
SettingsRPCTest(__file__).main()

test/functional/rpc_settings_security.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2025 The Bitcoin Core developers
2+
# Copyright (c) 2025 The Bitcoin Knots developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Test the settings RPC security features."""
@@ -159,4 +159,4 @@ def test_permission_errors(self, node):
159159
self.log.info("Permission documentation present in help text")
160160

161161
if __name__ == '__main__':
162-
SettingsSecurityTest().main()
162+
SettingsSecurityTest().main()

test/functional/settings_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2023 The Bitcoin Core developers
2+
# Copyright (c) 2025 The Bitcoin Knots developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Comprehensive integration tests for settings export/import system."""
@@ -417,4 +417,4 @@ def find_setting_in_dump(self, settings_dict, setting_name):
417417

418418

419419
if __name__ == '__main__':
420-
SettingsIntegrationTest(__file__).main()
420+
SettingsIntegrationTest(__file__).main()

test/functional/zmq_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2025 The Bitcoin Core developers
2+
# Copyright (c) 2025 The Bitcoin Knots developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Test the settings ZMQ notifications."""
@@ -157,4 +157,4 @@ def run_test(self):
157157

158158

159159
if __name__ == '__main__':
160-
ZMQSettingsTest(__file__).main()
160+
ZMQSettingsTest(__file__).main()

0 commit comments

Comments
 (0)