Skip to content

Commit 6db6140

Browse files
committed
Close access-control.adoc code block
1 parent cf6ff90 commit 6db6140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/pages/access-control.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ await manager.setTargetFunctionRole(
190190
['0x40c10f19'], // bytes4(keccak256('mint(address,uint256)'))
191191
MINTER
192192
);
193+
```
193194

194195
Even though each role has its own list of function permissions, each role member (`address`) has an execution delay that will dictate how long the account should wait to execute a function that requires its role. Delayed operations must have the xref:api:access.adoc#AccessManager-schedule-address-bytes-uint48-[`schedule`] function called on them first in the AccessManager before they can be executed, either by calling to the target function or using the AccessManager's xref:api:access.adoc#AccessManager-execute-address-bytes-[`execute`] function.
195196

0 commit comments

Comments
 (0)