From 4afca6072c82cc90ad51843edd1666957d48505d Mon Sep 17 00:00:00 2001 From: Domen Grabec Date: Mon, 10 Feb 2025 10:59:56 +0100 Subject: [PATCH] Update Contract-Code-Review.md --- templates/Contract-Code-Review.md | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Contract-Code-Review.md b/templates/Contract-Code-Review.md index 746a35e..b866c65 100644 --- a/templates/Contract-Code-Review.md +++ b/templates/Contract-Code-Review.md @@ -48,6 +48,7 @@ _What is the PR trying to do? Is this the right thing? Are there bugs in the req #### Proxy - [ ] No storage variable initialized at definition when contract used as a proxy implementation. +- [ ] Implementation contracts if Governable need to set 0 governor in constructor `_setGovernor(address(0))` #### Events - [ ] All state changing functions emit events