Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixed missed changes for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnson5972 committed Jan 11, 2019
1 parent ba8baec commit 13473d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nodeos_forked_chain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def getMinHeadAndLib(prodNodes):
if nonProdNode.verifyAlive():
Utils.errorExit("Expected the non-producing node to have shutdown.")

Print("Analyze the producers leading up to the block after killing the non-producing node")
Print("Analyzing the producers leading up to the block after killing the non-producing node")

firstDivergence=analyzeBPs(blockProducers0, blockProducers1, expectDivergence=True)
# Nodes should not have diverged till the last block
Expand All @@ -366,7 +366,7 @@ def getMinHeadAndLib(prodNodes):
prodNode.getInfo()


Print("Track the blocks from the divergence till there are 10*12 blocks on one chain and 10*12+1 on the other")
Print("Tracking the blocks from the divergence till there are 10*12 blocks on one chain and 10*12+1 on the other")

killBlockNum=blockNum
lastBlockNum=killBlockNum+(maxActiveProducers - 1)*inRowCountPerProducer+1 # allow 1st testnet group to produce just 1 more block than the 2nd
Expand Down

0 comments on commit 13473d8

Please sign in to comment.