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