Skip to content

Commit

Permalink
Update examples/gno.land/r/demo/grc20reg/grc20reg.gno
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Nov 18, 2024
1 parent f926979 commit db1e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/grc20reg/grc20reg.gno
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"gno.land/p/demo/ufmt"
)

var registry = avl.NewTree() // rlmPath[.slug] -> TokenGetter
var registry = avl.NewTree() // rlmPath[.slug] -> TokenGetter (slug is optional)

func Register(tokenGetter grc20.TokenGetter, slug string) {
rlmPath := std.PrevRealm().PkgPath()
Expand Down

0 comments on commit db1e4a6

Please sign in to comment.