chore: update the event manager modifier on context (#14418)
Co-authored-by: Cal Bera <calbera@berachain.com>
This commit is contained in:
parent
67c96bb922
commit
0e55453878
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user