Skip to content

Commit

Permalink
rm uneeded tx proto
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 12, 2023
1 parent 3b6fe9d commit 0dba273
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 374 deletions.
14 changes: 0 additions & 14 deletions proto/interchain_security/ccv/provider/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,3 @@ message MsgAssignConsumerKey {
}

message MsgAssignConsumerKeyResponse {}

// MsgRegisterConsumerRewardDenom allows an account to register
// a consumer reward denom, i.e., add it to the list of denoms
// accepted by the provider as rewards.
message MsgRegisterConsumerRewardDenom {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;

string denom = 1;
string depositor = 2;
}

// MsgRegisterConsumerRewardDenomResponse defines the Msg/RegisterConsumerRewardDenom response type.
message MsgRegisterConsumerRewardDenomResponse {}
Loading

0 comments on commit 0dba273

Please sign in to comment.