Skip to content

Commit 4eb67a4

Browse files
authored
Close access-control.adoc code block (#4726) (#4727)
1 parent 83330a6 commit 4eb67a4

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
@@ -188,6 +188,7 @@ await manager.setTargetFunctionRole(
188188
['0x40c10f19'], // bytes4(keccak256('mint(address,uint256)'))
189189
MINTER
190190
);
191+
```
191192

192193
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.
193194

0 commit comments

Comments
 (0)