Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn <[email protected]>
  • Loading branch information
yaruwangway and shaspitz authored Sep 22, 2023
1 parent 1f2f388 commit 39ca877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (k Keeper) DeleteChainToChannel(ctx sdk.Context, chainID string) {
store.Delete(types.ChainToChannelKey(chainID))
}

// SetProposedConsumerChain sets consumer chainId in gov consumerAddition proposal in store
// SetProposedConsumerChain stores a consumer chainId corresponding to a submitted consumer addition proposal
// the consumer chainId is only added when the voting period for consumerAddition proposal
// does not end.
func (k Keeper) SetProposedConsumerChain(ctx sdk.Context, chainID string, proposalID uint64) {
Expand Down

0 comments on commit 39ca877

Please sign in to comment.