mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-17 23:21:21 +00:00
s/*EventDataRoundState/EventDataRoundState/g
This commit is contained in:
@ -97,8 +97,8 @@ type RoundState struct {
|
||||
LastValidators *types.ValidatorSet
|
||||
}
|
||||
|
||||
func (rs *RoundState) RoundStateEvent() *types.EventDataRoundState {
|
||||
edrs := &types.EventDataRoundState{
|
||||
func (rs *RoundState) RoundStateEvent() types.EventDataRoundState {
|
||||
edrs := types.EventDataRoundState{
|
||||
Height: rs.Height,
|
||||
Round: rs.Round,
|
||||
Step: rs.Step.String(),
|
||||
|
Reference in New Issue
Block a user