diff options
Diffstat (limited to 'test/functional/listsinceblock.py')
-rwxr-xr-x | test/functional/listsinceblock.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/functional/listsinceblock.py b/test/functional/listsinceblock.py index ce2d556ef0..ed1315e805 100755 --- a/test/functional/listsinceblock.py +++ b/test/functional/listsinceblock.py @@ -8,11 +8,8 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import assert_equal class ListSinceBlockTest (BitcoinTestFramework): - - def __init__(self): - super().__init__() + def set_test_params(self): self.setup_clean_chain = True - self.num_nodes = 4 def run_test(self): self.nodes[2].generate(101) |