Skip to content

Commit

Permalink
cherry pick: fbb4d52
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Dec 18, 2023
1 parent 23bcf14 commit 9a88930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/authz/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
errorsmod "cosmossdk.io/errors"

"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"

sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
Expand All @@ -17,7 +18,7 @@ import (

var (
_ authz.MsgServer = Keeper{}
GlobalCdc *codec.ProtoCodec
GlobalCdc = codec.NewProtoCodec(codectypes.NewInterfaceRegistry())
)

// Grant implements the MsgServer.Grant method to create a new grant.
Expand Down

0 comments on commit 9a88930

Please sign in to comment.