Skip to content

Commit

Permalink
Update examples/gno.land/p/demo/grc/grc20/types.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 10926df commit 2f83308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/gno.land/p/demo/grc/grc20/types.gno
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ type Token struct {
// transferring tokens, and managing allowances.
//
// The PrivateLedger is not safe to expose publicly, as it contains sensitive
// information regarding token balances and allowances.
// information regarding token balances and allowances, and allows direct,
// unrestricted access to all administrative functions.
type PrivateLedger struct {
totalSupply uint64 // Total supply of the token managed by this ledger.
balances avl.Tree // std.Address -> uint64
Expand Down

0 comments on commit 2f83308

Please sign in to comment.