mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
Some renames and small fixes.
This commit is contained in:
@@ -234,7 +234,7 @@ func (conR *ConsensusReactor) ResetToState(state *sm.State) {
|
||||
}
|
||||
|
||||
// implements events.Eventable
|
||||
func (conR *ConsensusReactor) AddEventSwitch(evsw *events.EventSwitch) {
|
||||
func (conR *ConsensusReactor) SetEventSwitch(evsw *events.EventSwitch) {
|
||||
conR.evsw = evsw
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user