Skip to content

Commit

Permalink
chore(gnovm): remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Nov 20, 2024
1 parent 45ddedd commit 8d896f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gnovm/pkg/gnolang/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import (

// RealmPathPrefix is the prefix used to identify pkgpaths which are meant to
// be realms and as such to have their state persisted. This is used by [IsRealmPath].
const (
RealmPathPrefix = "gno.land/r/"
PackagePathPrefix = "gno.land/p/"
)
const RealmPathPrefix = "gno.land/r/"

// ReGnoRunPath is the path used for realms executed in maketx run.
// These are not considered realms, as an exception to the RealmPathPrefix rule.
Expand Down

0 comments on commit 8d896f9

Please sign in to comment.