Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Dec 18, 2024
1 parent f39e16b commit 855724f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gno.land/pkg/sdk/vm/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ var reNamespace = regexp.MustCompile(`^[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/(?:r|p)/([\.

// checkNamespacePermission check if the user as given has correct permssion to on the given pkg path
func (vm *VMKeeper) checkNamespacePermission(ctx sdk.Context, creator crypto.Address, pkgPath string) error {
// TODO change?
sysUsersPkg, err := vm.prmk.GetString(ctx, sysUsersPkgParamPath)
if goErrors.Is(err, params.ErrMissingParamValue) || sysUsersPkg == "" {
// No namespace support enabled
Expand Down

0 comments on commit 855724f

Please sign in to comment.