Skip to content

Commit

Permalink
improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Nov 7, 2023
1 parent c32cace commit be1b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/observer/keeper/msg_server_add_block_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (k msgServer) AddBlockHeader(goCtx context.Context, msg *types.MsgAddBlockH
/**
* Vote finalized, add block header to store
*/

bhs, found = k.Keeper.GetBlockHeaderState(ctx, msg.ChainId)
if !found {
bhs = types.BlockHeaderState{
ChainId: msg.ChainId,
Expand Down

0 comments on commit be1b98d

Please sign in to comment.