This commit is contained in:
HaoranYi 2022-05-09 12:42:58 -05:00 committed by GitHub
parent 8d0134e0fd
commit de96663cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ impl ClusterInfoVoteListener {
// Send entire batch at a time so that there is no partial processing of
// a single validator's votes by two different banks. This might happen
// if we sent each vote individually, for instance if we creaed two different
// if we sent each vote individually, for instance if we created two different
// leader banks from the same common parent, one leader bank may process
// only the later votes and ignore the earlier votes.
for single_validator_votes in gossip_votes_iterator {