Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
rm used code
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Oct 31, 2023
1 parent 5adcd93 commit df8517a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/registry/keeper/msg_server_withdraw_registration_fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import (
func (k msgServer) WithdrawRegistrationFee(goCtx context.Context, msg *types.MsgWithdrawRegistrationFee) (*types.MsgWithdrawRegistrationFeeResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

// TODO: Handling the message
_ = ctx

// Get top level domain
// Get top level domain
topLevelDomain, found := k.Keeper.GetTopLevelDomain(ctx, msg.Name)
if !found {
return nil, errorsmod.Wrapf(types.ErrDomainNotFound, "%s", msg.Name)
Expand Down

0 comments on commit df8517a

Please sign in to comment.