Skip to content

Commit

Permalink
add timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jul 15, 2024
1 parent ccb2582 commit 660aa8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/module_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func getModuleHashesAtHeight[T servertypes.Application](svrCtx *Context, appCrea
commitInfoForHeight = &storetypes.CommitInfo{
Version: commitInfoForHeight.Version,
StoreInfos: storeInfos,
Timestamp: commitInfoForHeight.Timestamp,
}

return commitInfoForHeight, nil
Expand Down

0 comments on commit 660aa8d

Please sign in to comment.