Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update protodoc strings #4679

Merged

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/apps/27-interchain-accounts/host/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/apps/transfer/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/core/02-client/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/core/03-connection/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the 27-interchain-accounts/controller parameters to update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the 27-interchain-accounts/host parameters to update.
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/applications/transfer/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the transfer parameters to update.
Expand Down
4 changes: 2 additions & 2 deletions proto/ibc/core/client/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ message MsgRecoverClient {
// client
string substitute_client_id = 2;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 3;
}

Expand Down Expand Up @@ -162,7 +162,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the client parameters to update.
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/core/connection/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the connection parameters to update.
Expand Down
Loading