Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
This commit is contained in:
co-authored by
Chill Validation
parent
4eea902c54
commit
2100a73dce
@@ -1037,7 +1037,8 @@ func (rs *Store) buildCommitInfo(version int64) *types.CommitInfo {
|
||||
storeInfos := []types.StoreInfo{}
|
||||
for _, key := range keys {
|
||||
store := rs.stores[key]
|
||||
if store.GetStoreType() == types.StoreTypeTransient {
|
||||
storeType := store.GetStoreType()
|
||||
if storeType == types.StoreTypeTransient || storeType == types.StoreTypeMemory {
|
||||
continue
|
||||
}
|
||||
storeInfos = append(storeInfos, types.StoreInfo{
|
||||
|
||||
Reference in New Issue
Block a user