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