Skip to content

Commit

Permalink
height -> hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 7, 2023
1 parent 3527963 commit 46c1138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/keeper/historical_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (k Keeper) TrackHistoricalInfo(ctx context.Context) error {
}

h := cmtproto.Header{
Height: sdkCtx.BlockHeight(),
AppHash: sdkCtx.HeaderInfo().AppHash,
Time: sdkCtx.HeaderInfo().Time,
ChainID: sdkCtx.HeaderInfo().ChainID,
NextValidatorsHash: sdkCtx.CometInfo().GetValidatorsHash(),
Expand Down

0 comments on commit 46c1138

Please sign in to comment.