Skip to content

Commit

Permalink
chore: update the event manager modifier on context (cosmos#14418)
Browse files Browse the repository at this point in the history
Co-authored-by: Cal Bera <calbera@berachain.com>
  • Loading branch information
tac0turtle and calbera authored Dec 26, 2022
1 parent 67c96bb commit 0e55453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (c Context) WithConsensusParams(params *tmproto.ConsensusParams) Context {
}

// WithEventManager returns a Context with an updated event manager
func (c Context) WithEventManager(em *EventManager) Context {
func (c Context) WithEventManager(em EventManagerI) Context {
c.eventManager = em
return c
}
Expand Down

0 comments on commit 0e55453

Please sign in to comment.