Skip to content

Commit

Permalink
Track index into self.nodes in mninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 12, 2019
1 parent effcd0c commit 6488135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/rpc-tests/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def do_start(idx):
args = ['-masternode=1',
'-masternodeblsprivkey=%s' % self.mninfo[idx].keyOperator] + self.extra_args
node = start_node(idx + start_idx, self.options.tmpdir, args)
self.mninfo[idx].nodeIdx = idx + start_idx
self.mninfo[idx].node = node
self.nodes[idx + start_idx] = node
wait_to_sync(node, True)
Expand Down

0 comments on commit 6488135

Please sign in to comment.