From 7f711d2403170c1ad4ac4fcc40ed99485c81f11f Mon Sep 17 00:00:00 2001 From: leohhhn Date: Fri, 17 Jan 2025 17:47:43 +0100 Subject: [PATCH] update godoc --- examples/gno.land/r/gov/dao/bridge/bridge.gno | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/gno.land/r/gov/dao/bridge/bridge.gno b/examples/gno.land/r/gov/dao/bridge/bridge.gno index 6932ebf0f05..862502d36df 100644 --- a/examples/gno.land/r/gov/dao/bridge/bridge.gno +++ b/examples/gno.land/r/gov/dao/bridge/bridge.gno @@ -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