Skip to content

Commit

Permalink
update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jan 17, 2025
1 parent 22d53f7 commit 7f711d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gno.land/r/gov/dao/bridge/bridge.gno
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func NewGovDAOImplChangeExecutor(newImpl DAO) dao.Executor {
}

// SetGovDAO allows the admin to set the GovDAO version manually
// This functionality can be fully disabled by Ownable.DropOwnership(),
// making this realm fully managed by GovDAO.
func SetGovDAO(d DAO) {
Ownable.AssertCallerIsOwner()
b.dao = d
Expand Down

0 comments on commit 7f711d2

Please sign in to comment.