fix: make proto-all & update versions for main

This commit is contained in:
Jacob Gadikian
2022-07-26 11:27:10 +02:00
committed by GitHub
parent 5decd22cd3
commit f848e4300a
4 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ type MsgClient interface {
//
// Since: cosmos-sdk 0.46
CancelUnbondingDelegation(ctx context.Context, in *MsgCancelUnbondingDelegation, opts ...grpc.CallOption) (*MsgCancelUnbondingDelegationResponse, error)
// UpdateParams defines a operation for updating the x/staking module
// UpdateParams defines an operation for updating the x/staking module
// parameters.
// Since: cosmos-sdk 0.47
UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
@@ -139,7 +139,7 @@ type MsgServer interface {
//
// Since: cosmos-sdk 0.46
CancelUnbondingDelegation(context.Context, *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error)
// UpdateParams defines a operation for updating the x/staking module
// UpdateParams defines an operation for updating the x/staking module
// parameters.
// Since: cosmos-sdk 0.47
UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)