Commit 4597693
Docs: Update the
Updated the `IModuleManager` and `IOwnerManager` interfaces to clarify
the usage of the `prevModule` and `prevOwner` parameters in the
`disableModule` and `removeOwner` functions. Added details specifying
that when the module or owner to be removed is the first (or only)
element in the list, the respective `prevModule` or `prevOwner` must be
set to the sentinel address `0x1`. This improves understanding of the
linked list structure used in these functions.
fixes #992
---------
Co-authored-by: Nicholas Rodrigues Lordello <n@lordello.net>
Co-authored-by: Shebin John <admin@remedcu.com>IModuleManager and IOwnerManager interfaces to clarify the usage of the prevModule and prevOwner (#993)1 parent 4be4e95 commit 4597693
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments