Skip to content

Commit

Permalink
fix: rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 authored Jun 7, 2024
1 parent e7efd8f commit ee2b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/psp/managing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Once the proposal has passed, the actions specified in the `Action[]` array can

This is processed as follows:

1. The DAO temporarily grants the `ROOT_PERMISSION_ID` permission to the `PluginSetupProcessor`. This is needed so that the processor can modify the DAO's permissions settings to set up the plugin.
1. The DAO temporarily grants the `ROOT_PERMISSION` to the `PluginSetupProcessor`. This is needed so that the processor can modify the DAO's permissions settings to set up the plugin.
2. This `Action` calls the `applyInstallation` method in the `PluginSetupProcessor`, containing the list of requested permissions as argument. The permissions hash is compared with the stored hash to make sure that no permission was changed.
In addition to the above, the update process also upgrades the logic contract to which the proxy points too.
3. If the hash is valid, the list is processed, and `PluginSetupProcessor` conducts the requested sequence of `grant`, `grantWithCondition`, and/or `revoke` calls on the owning DAO.
Expand Down

0 comments on commit ee2b3f0

Please sign in to comment.