소스 검색

Add Ownable2Step to the docs (#3836)

Co-authored-by: Francisco <fg@frang.io>
(cherry picked from commit 24d1bb668a1152528a6e6d71c2e285d227ed19d9)
Benjamin 2 년 전
부모
커밋
fad1172e63
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      contracts/access/README.adoc

+ 2 - 0
contracts/access/README.adoc

@@ -12,6 +12,8 @@ This directory provides ways to restrict who can access the functions of a contr
 
 {{Ownable}}
 
+{{Ownable2Step}}
+
 {{IAccessControl}}
 
 {{AccessControl}}