mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
Refactor consensus/vote_set_test.go
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Mempool receives new transactions and applies them to the latest committed state.
|
||||
If the transaction is acceptable, then it broadcasts the tx to peers.
|
||||
|
||||
When this node happens to be the next proposer, it simply takes the recently
|
||||
modified state (and the associated transactions) and use that as the proposal.
|
||||
When this node happens to be the next proposer, it simply uses the recently
|
||||
modified state (and the associated transactions) to construct a proposal.
|
||||
*/
|
||||
|
||||
package mempool
|
||||
|
Reference in New Issue
Block a user