Skip to content

Commit

Permalink
tx proto change but dont rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 28, 2022
1 parent f888208 commit b72acdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/interchain_security/ccv/provider/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ service Msg {
// this line is used by starport scaffolding # proto/tx/rpc
}

message MsgDesignateConsensusKeyForConsumerChain { string placeholder = 1; }
message MsgDesignateConsensusKeyForConsumerChain {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
string placeholder = 1;
}

message MsgDesignateConsensusKeyForConsumerChainResponse {
string placeholder = 1;
Expand Down

0 comments on commit b72acdd

Please sign in to comment.