Skip to content

Commit

Permalink
nit: fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francas authored Dec 14, 2022
1 parent 77e3e99 commit ad6ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var _ types.MsgServer = Keeper{}

// Transfer defines a rpc handler method for MsgTransfer.
// Transfer defines an rpc handler method for MsgTransfer.
func (k Keeper) Transfer(goCtx context.Context, msg *types.MsgTransfer) (*types.MsgTransferResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

Expand Down

0 comments on commit ad6ed7e

Please sign in to comment.