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: Leon Hudak <[email protected]>
  • Loading branch information
moul and leohhhn authored Nov 6, 2024
1 parent fb808d0 commit 36135cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/gno.land/p/demo/grc/grc20/tellers.gno
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ func (tok *Token) ReadonlyTeller() Teller {
}

// RealmTeller returns a GRC20 compatible teller that will store the
// CurrentRealm caller and then reuse the stored caller for each call. It allows
// a realm contract to interact with a Teller with its own account. The
// initializer of this teller should usually never share the resulting Teller from
// caller realm permanently. Calling anything through this teller will
// result in allowance or balance changes for the realm that initialized the teller.
// The initializer of this teller should usually never share the resulting Teller from
// this method except maybe for advanced delegation flows such as a DAO treasury
// management.
func (tok *Token) RealmTeller() Teller {
Expand Down

0 comments on commit 36135cf

Please sign in to comment.