瀏覽代碼

Update TimelockController.sol (#2446)

Nicolás Venturo 4 年之前
父節點
當前提交
ceb7324657
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      contracts/access/TimelockController.sol

+ 2 - 0
contracts/access/TimelockController.sol

@@ -18,6 +18,8 @@ import "./AccessControl.sol";
  * is in charge of proposing (resp executing) operations. A common use case is
  * to position this {TimelockController} as the owner of a smart contract, with
  * a multisig or a DAO as the sole proposer.
+ *
+ * _Available since v3.3._
  */
 contract TimelockController is AccessControl {