This commit is contained in:
Anton Kalyaev 2017-01-13 13:16:50 +04:00 committed by Ethan Buchman
parent 027cb8dc6b
commit eef9124d1b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var peerTimeoutSeconds = time.Duration(15) // not const so we can override with
in sequence from peers that reported higher heights than ours.
Every so often we ask peers what height they're on so we can keep going.
Requests are continuously made for blocks of heigher heights until
Requests are continuously made for blocks of higher heights until
the limits. If most of the requests have no available peers, and we
are not at peer limits, we can probably switch to consensus reactor
*/