aboutsummaryrefslogtreecommitdiff
path: root/test/functional/getchaintips.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/getchaintips.py')
-rwxr-xr-xtest/functional/getchaintips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/getchaintips.py b/test/functional/getchaintips.py
index 14222334a6..15f96c565f 100755
--- a/test/functional/getchaintips.py
+++ b/test/functional/getchaintips.py
@@ -31,7 +31,7 @@ class GetChainTipsTest (BitcoinTestFramework):
self.split_network ()
self.nodes[0].generate(10)
self.nodes[2].generate(20)
- self.sync_all ()
+ self.sync_all([self.nodes[:2], self.nodes[2:]])
tips = self.nodes[1].getchaintips ()
assert_equal (len (tips), 1)