Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed May 25, 2022
1 parent 52c3209 commit 3d3e5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (n *Network) WaitUntil(validatorIndex int, doneCondition func(syncInfo core
return fmt.Errorf("validator with index %d timed out waiting for condition, latest block height was %d", validatorIndex, latestBlockHeight)
}

// WaitUntilHeight waits for all validators to reach the specified height at teh minimum.
// WaitUntilHeight waits for all validators to reach the specified height at the minimum.
// returns error, if any.
func (n *Network) WaitUntilHeight(height int64) error {
// Ensure the nodes are making progress.
Expand Down

0 comments on commit 3d3e5e8

Please sign in to comment.