File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # Copyright (c) 2017-2022 The Bitcoin Core developers
2
+ # Copyright (c) 2017-present The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
"""Test various command line arguments and configuration file parameters."""
@@ -31,7 +31,7 @@ def set_test_params(self):
31
31
def setup_network (self ):
32
32
self .setup_nodes ()
33
33
34
- # Overriden to not start nodes automatically - doing so is the
34
+ # Overridden to not start nodes automatically - doing so is the
35
35
# responsibility of each test function.
36
36
def setup_nodes (self ):
37
37
self .add_nodes (self .num_nodes , self .extra_args )
You can’t perform that action at this time.
0 commit comments