rename HasVote to ReceivedVote (#289)

This commit is contained in:
Yixin Luo
2021-05-25 15:42:30 +08:00
committed by GitHub
parent 90434cb74d
commit f3216e6953
3 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ example,
- Nodes gossip to nodes lagging in blockchain height with block
[commits](https://godoc.org/github.com/tendermint/tendermint/types#Commit)
for older blocks.
- Nodes opportunistically gossip `HasVote` messages to hint peers what
- Nodes opportunistically gossip `ReceivedVote` messages to hint peers what
votes it already has.
- Nodes broadcast their current state to all neighboring peers. (but
is not gossiped further)