ValidateBlock is a method on blockExec

This commit is contained in:
Ethan Buchman
2017-12-28 19:35:56 -05:00
parent ae68fcb78a
commit 6112578d07
4 changed files with 18 additions and 8 deletions

View File

@ -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