File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def setup_network(self):
111
111
# sync_all() should not include node2, since we're not expecting it to
112
112
# sync.
113
113
connect_nodes (self .nodes [0 ], 1 )
114
- self .sync_all ([self .nodes [0 :1 ]])
114
+ self .sync_all ([self .nodes [0 :2 ]])
115
115
116
116
# Use setup_nodes() to customize the node start behaviour (for example if
117
117
# you don't want to start all nodes at the start of the test).
@@ -135,7 +135,7 @@ def run_test(self):
135
135
136
136
# Generating a block on one of the nodes will get us out of IBD
137
137
blocks = [int (self .nodes [0 ].generate (nblocks = 1 )[0 ], 16 )]
138
- self .sync_all ([self .nodes [0 :1 ]])
138
+ self .sync_all ([self .nodes [0 :2 ]])
139
139
140
140
# Notice above how we called an RPC by calling a method with the same
141
141
# name on the node object. Notice also how we used a keyword argument
You can’t perform that action at this time.
0 commit comments