Parcourir la source

Add Ownable2Step to the docs (#3836)

Co-authored-by: Francisco <fg@frang.io>
(cherry picked from commit 24d1bb668a1152528a6e6d71c2e285d227ed19d9)
Benjamin il y a 2 ans
Parent
commit
fad1172e63
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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}}