Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Dec 22, 2022
1 parent 7db8003 commit 9d16b4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ type EventManagerI interface {
ABCIEvents() []abci.Event
EmitTypedEvent(tev proto.Message) error
EmitTypedEvents(tevs ...proto.Message) error

// Deprecated: Use EmitTypedEvent
EmitEvent(event Event)
// Deprecated: Use EmitTypedEvents
EmitEvents(events Events)
}

Expand Down

0 comments on commit 9d16b4d

Please sign in to comment.