remove most references to endblock

This commit is contained in:
William Banfield
2022-03-01 14:46:13 -05:00
parent 8d79f3bf7c
commit 8a9f722caa
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -166,8 +166,8 @@ func makeNode(
// EventBus and IndexerService must be started before the handshake because
// we might need to index the txs of the replayed block as this might not have happened
// when the node stopped last time (i.e. the node stopped after it saved the block
// but before it indexed the txs, or, endblocker panicked)
// when the node stopped last time (i.e. the node stopped or crqashed after it saved the block
// but before it indexed the txs)
eventBus := eventbus.NewDefault(logger.With("module", "events"))
if err := eventBus.Start(ctx); err != nil {
return nil, combineCloseError(err, makeCloser(closers))