Skip to content

Commit

Permalink
remove unuse log
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Sep 5, 2024
1 parent 65bb037 commit be24ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/meshsecurityprovider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func (k Keeper) HandleUnstakeMsg(ctx sdk.Context, actor sdk.AccAddress, unstakeM
return nil, nil, sdkerrors.ErrUnauthorized.Wrapf("contract has no permission for mesh security operations")
}

fmt.Println("proxyContract: ", proxyRes.Proxy)
proxyContract, err := sdk.AccAddressFromBech32(proxyRes.Proxy)
if err != nil {
return nil, nil, sdkerrors.ErrInvalidAddress.Wrapf("native staking proxy contract not able to get")
Expand Down

0 comments on commit be24ae0

Please sign in to comment.