diff --git a/proto/provenance/ibcratelimit/v1/tx.proto b/proto/provenance/ibcratelimit/v1/tx.proto index ce845fdd6..59036abed 100644 --- a/proto/provenance/ibcratelimit/v1/tx.proto +++ b/proto/provenance/ibcratelimit/v1/tx.proto @@ -19,7 +19,7 @@ service Msg { option deprecated = true; } - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the ibcratelimit module's params. rpc UpdateParams(MsgUpdateParamsRequest) returns (MsgUpdateParamsResponse); } diff --git a/proto/provenance/marker/v1/tx.proto b/proto/provenance/marker/v1/tx.proto index 483a68beb..4270255e3 100644 --- a/proto/provenance/marker/v1/tx.proto +++ b/proto/provenance/marker/v1/tx.proto @@ -76,7 +76,7 @@ service Msg { rpc WithdrawEscrowProposal(MsgWithdrawEscrowProposalRequest) returns (MsgWithdrawEscrowProposalResponse); // SetDenomMetadataProposal is a governance proposal to set marker metadata rpc SetDenomMetadataProposal(MsgSetDenomMetadataProposalRequest) returns (MsgSetDenomMetadataProposalResponse); - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the marker module's params. rpc UpdateParams(MsgUpdateParamsRequest) returns (MsgUpdateParamsResponse); } diff --git a/x/ibcratelimit/tx.pb.go b/x/ibcratelimit/tx.pb.go index c7cd6812a..b25768d84 100644 --- a/x/ibcratelimit/tx.pb.go +++ b/x/ibcratelimit/tx.pb.go @@ -275,7 +275,7 @@ type MsgClient interface { // GovUpdateParams is a governance proposal endpoint for updating the exchange module's params. // Deprecated: Use UpdateParams instead. GovUpdateParams(ctx context.Context, in *MsgGovUpdateParamsRequest, opts ...grpc.CallOption) (*MsgGovUpdateParamsResponse, error) - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the ibcratelimit module's params. UpdateParams(ctx context.Context, in *MsgUpdateParamsRequest, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) } @@ -311,7 +311,7 @@ type MsgServer interface { // GovUpdateParams is a governance proposal endpoint for updating the exchange module's params. // Deprecated: Use UpdateParams instead. GovUpdateParams(context.Context, *MsgGovUpdateParamsRequest) (*MsgGovUpdateParamsResponse, error) - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the ibcratelimit module's params. UpdateParams(context.Context, *MsgUpdateParamsRequest) (*MsgUpdateParamsResponse, error) } diff --git a/x/marker/types/tx.pb.go b/x/marker/types/tx.pb.go index 14d552132..727caa653 100644 --- a/x/marker/types/tx.pb.go +++ b/x/marker/types/tx.pb.go @@ -3523,7 +3523,7 @@ type MsgClient interface { WithdrawEscrowProposal(ctx context.Context, in *MsgWithdrawEscrowProposalRequest, opts ...grpc.CallOption) (*MsgWithdrawEscrowProposalResponse, error) // SetDenomMetadataProposal is a governance proposal to set marker metadata SetDenomMetadataProposal(ctx context.Context, in *MsgSetDenomMetadataProposalRequest, opts ...grpc.CallOption) (*MsgSetDenomMetadataProposalResponse, error) - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the marker module's params. UpdateParams(ctx context.Context, in *MsgUpdateParamsRequest, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) } @@ -3845,7 +3845,7 @@ type MsgServer interface { WithdrawEscrowProposal(context.Context, *MsgWithdrawEscrowProposalRequest) (*MsgWithdrawEscrowProposalResponse, error) // SetDenomMetadataProposal is a governance proposal to set marker metadata SetDenomMetadataProposal(context.Context, *MsgSetDenomMetadataProposalRequest) (*MsgSetDenomMetadataProposalResponse, error) - // UpdateParams is a governance proposal endpoint for updating the exchange module's params. + // UpdateParams is a governance proposal endpoint for updating the marker module's params. UpdateParams(context.Context, *MsgUpdateParamsRequest) (*MsgUpdateParamsResponse, error) }