add section on the event system

This commit is contained in:
William Banfield
2021-09-14 17:02:29 -04:00
parent 5bd3b286a2
commit d91ec36a95
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ type State struct {
done chan struct{}
// synchronous pubsub between consensus state and reactor.
// state only emits EventNewRoundStep and EventVote
// state only emits EventNewRoundStep, EventValidBlock, and EventVote
evsw tmevents.EventSwitch
// for reporting metrics