File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
class TestBitcoinCli (BitcoinTestFramework ):
10
10
11
- def __init__ (self ):
12
- super ().__init__ ()
11
+ def set_test_params (self ):
13
12
self .setup_clean_chain = True
14
13
self .num_nodes = 1
15
14
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def set_test_params(self):
85
85
# Use self.extra_args to change command-line arguments for the nodes
86
86
self .extra_args = [[], ["-logips" ], []]
87
87
88
- # self.log.info("I've finished __init__ ") # Oops! Can't run self.log before run_test()
88
+ # self.log.info("I've finished set_test_params ") # Oops! Can't run self.log before run_test()
89
89
90
90
# Use add_options() to add specific command-line options for your test.
91
91
# In practice this is not used very much, since the tests are mostly written
You can’t perform that action at this time.
0 commit comments