Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Jun 27, 2023
1 parent 9f80b08 commit 0344988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/ccv/provider/keeper/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func (k Keeper) InitGenesis(ctx sdk.Context, genState *types.GenesisState) {
for _, item := range genState.ExportedVscSendTimestamps {
for _, vscSendTimestamp := range item.VscSendTimestamps {
k.SetVscSendTimestamp(ctx, item.ChainId, vscSendTimestamp.VscId, vscSendTimestamp.Timestamp)

}
}

Expand Down

0 comments on commit 0344988

Please sign in to comment.