Skip to content

Commit

Permalink
chore: minor comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Feb 23, 2024
1 parent 21cb969 commit e51ad9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/vesting/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (m msgServer) CreateVestingAccount(goCtx context.Context, msg *types.MsgCre
func (m msgServer) Clawback(goCtx context.Context, msg *types.MsgClawback) (*types.MsgClawbackResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

// NOTE: errors checked during msg validation
vestingAccAddr := sdk.MustAccAddressFromBech32(msg.AccountAddress)
funderAddr := sdk.MustAccAddressFromBech32(msg.FunderAddress)

Expand Down

0 comments on commit e51ad9d

Please sign in to comment.