Skip to content

Commit

Permalink
fromatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ergels Gaxhaj committed Feb 11, 2022
1 parent b050249 commit 5642344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-038-state-listening.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (app *BaseApp) EndBlock(req abci.RequestEndBlock) (res abci.ResponseEndBloc
// Call the streaming service hooks with the EndBlock messages
for _, listener := range app.abciListeners {
if err := listener.ListenEndBlock(app.deliverState.ctx, req, res); err != nil {
app.logger.Error("ListenEndBlock listening hook failed", "err", err)
app.logger.Error("ListenEndBlock listening hook failed", "err", err)
if listener.HaltAppOnDeliveryError() {
app.halt()
}
Expand Down

0 comments on commit 5642344

Please sign in to comment.