s/*EventDataRoundState/EventDataRoundState/g

This commit is contained in:
Jae Kwon
2016-01-28 19:44:44 -08:00
parent 26d64208d1
commit 8a3bba48e3
3 changed files with 17 additions and 17 deletions

View File

@ -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(),