Skip to content

Commit

Permalink
Update examples/gno.land/p/demo/grc/grc20/tellers.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan <[email protected]>
  • Loading branch information
moul and thehowl authored Oct 31, 2024
1 parent 69a26eb commit 61f0cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/grc/grc20/tellers.gno
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// CallerTeller returns a GRC20 compatible teller that checks the PrevRealm
// caller for each call. It's usually safe to expose it publicly to let users
// manipulate their tokens directly, or for reams to use their allowance.
// manipulate their tokens directly, or for realms to use their allowance.
func (tok *Token) CallerTeller() Teller {
if tok == nil {
panic("Token cannot be nil")
Expand Down

0 comments on commit 61f0cc2

Please sign in to comment.