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

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foxytanuki committed Oct 27, 2023
1 parent d94346e commit b929b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/registry/keeper/register_second_level_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (k Keeper) RegisterSecondLevelDomain(ctx sdk.Context, domain types.SecondLe
return err
}

// Pay registration fee
// Get parent domain of second level domain
parentDomain, found := k.GetParentDomain(ctx, domain)

if !found {
Expand Down

0 comments on commit b929b47

Please sign in to comment.