aboutsummaryrefslogtreecommitdiff
path: root/test/functional/create_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/create_cache.py')
-rwxr-xr-xtest/functional/create_cache.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/functional/create_cache.py b/test/functional/create_cache.py
index 39c4c0f47e..7d4d1a529b 100755
--- a/test/functional/create_cache.py
+++ b/test/functional/create_cache.py
@@ -12,13 +12,10 @@ tests are being run in parallel.
from test_framework.test_framework import BitcoinTestFramework
class CreateCache(BitcoinTestFramework):
+ # Test network and test nodes are not required:
- def __init__(self):
- super().__init__()
-
- # Test network and test nodes are not required:
+ def set_test_params(self):
self.num_nodes = 0
- self.nodes = []
def setup_network(self):
pass