mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
ValidateBlock is a method on blockExec
This commit is contained in:
@ -291,7 +291,7 @@ func NewNode(config *cfg.Config,
|
||||
eventBus.SetLogger(logger.With("module", "events"))
|
||||
|
||||
// services which will be publishing and/or subscribing for messages (events)
|
||||
blockExec.SetEventBus(eventBus)
|
||||
// consensusReactor will set it on consensusState and blockExecutor
|
||||
consensusReactor.SetEventBus(eventBus)
|
||||
|
||||
// Transaction indexing
|
||||
|
Reference in New Issue
Block a user