Skip to content

Commit

Permalink
rm msg string
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 11, 2023
1 parent 4d03abd commit 129f959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/ccv/provider/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (

// provider message types
const (
TypeMsgAssignConsumerKey = "assign_consumer_key"
TypeMsgRegisterConsumerRewardDenom = "register_consumer_reward_denom"
TypeMsgAssignConsumerKey = "assign_consumer_key"
)

var _ sdk.Msg = &MsgAssignConsumerKey{}
Expand Down

0 comments on commit 129f959

Please sign in to comment.