Skip to content

Commit

Permalink
fix cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Feb 12, 2025
1 parent 793755c commit e25a388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/gnoland/users/v1/admin.gno
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func ProposeNewName(addr std.Address, newName string) dao.Executor {
return bridge.GovDAO().NewGovDAOExecutor(cb)
}

// ProposeDeleteUser allows GovDAO to propose propose deletion of a user
// ProposeDeleteUser allows GovDAO to propose deletion of a user
// This will make the associated address and names unresolvable.
// WARN: After deletion, the same address WILL NOT be able to register a new name.
func ProposeDeleteUser(addr std.Address) dao.Executor {
Expand Down

0 comments on commit e25a388

Please sign in to comment.