Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Aug 23, 2023
1 parent 21517ec commit fe70f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ func (app *BaseApp) runCheckTxConcurrently(mode runTxMode, txBytes []byte) (gInf
Data: data,
// Use an empty logs slice and format it to maintain forward compatibility with changes done by the Cosmos SDK.
Log: strings.TrimSpace(sdk.ABCIMessageLogs{}.String()),
// Use an empty events slice to maintain forward compatibility with changed done by the Cosmos SDK.
Events: sdk.EmptyEvents().ToABCIEvents(),
MsgResponses: msgResponses,
}
Expand Down

0 comments on commit fe70f1a

Please sign in to comment.