aboutsummaryrefslogtreecommitdiff
path: root/test/functional/getchaintips.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/getchaintips.py')
-rwxr-xr-xtest/functional/getchaintips.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/getchaintips.py b/test/functional/getchaintips.py
index 15f96c565f..00fc23c6b0 100755
--- a/test/functional/getchaintips.py
+++ b/test/functional/getchaintips.py
@@ -14,13 +14,7 @@ from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal
class GetChainTipsTest (BitcoinTestFramework):
- def __init__(self):
- super().__init__()
- self.num_nodes = 4
- self.setup_clean_chain = False
-
def run_test (self):
-
tips = self.nodes[0].getchaintips ()
assert_equal (len (tips), 1)
assert_equal (tips[0]['branchlen'], 0)