Skip to content

Commit

Permalink
use finalize state
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 21, 2024
1 parent 8c8134e commit b06286e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,7 @@ func (app *BaseApp) CreateQueryContext(height int64, prove bool) (sdk.Context, e
var header *cmtproto.Header
for _, state := range []*state{
app.checkState,
app.prepareProposalState,
app.processProposalState,
app.finalizeBlockState,
} {
if state != nil {
// branch the commit multi-store for safety
Expand Down

0 comments on commit b06286e

Please sign in to comment.