Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Mar 25, 2022
1 parent 6f859d3 commit 0b829c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/rootmulti/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ func (rs *Store) getCommitInfoFromDb(ver int64) (*types.CommitInfo, error) {
}

func (rs *Store) doProofsQuery(req abci.RequestQuery) abci.ResponseQuery {
commitInfo, err := getCommitInfo(rs.db, req.Height)
commitInfo, err := rs.getCommitInfoFromDb(req.Height)
if err != nil {
return sdkerrors.QueryResult(err)
}
Expand Down

0 comments on commit 0b829c8

Please sign in to comment.