Skip to content

Commit

Permalink
add mapping comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kazai777 committed May 9, 2024
1 parent f98cafa commit 9c6b768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/profile/profile.gno
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type UserProfile struct {
ModificationHistory map[string][]string
}

var profiles *avl.Tree
var usernameIndex *avl.Tree // Index to quickly find a profile by username
var profiles *avl.Tree // address -> UserProfile
var usernameIndex *avl.Tree // username -> address

func init() {
profiles = avl.NewTree()
Expand Down

0 comments on commit 9c6b768

Please sign in to comment.