Skip to content

Commit

Permalink
fix: repalce v0.46 api used cosmos#15683 with current version
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyizxx committed Mar 21, 2024
1 parent ab6beba commit 47c0c80
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 @@ -511,7 +511,7 @@ func (rs *Store) CacheMultiStoreWithVersion(version int64) (types.CacheMultiStor
if err != nil {
if commitInfo == nil {
var errCommitInfo error
commitInfo, errCommitInfo = rs.GetCommitInfo(version)
commitInfo, errCommitInfo = getCommitInfo(rs.db, version)

if errCommitInfo != nil {
return nil, errCommitInfo
Expand Down

0 comments on commit 47c0c80

Please sign in to comment.