Skip to content
Snippets Groups Projects
Unverified Commit 91c24620 authored by bgallois's avatar bgallois
Browse files

update docs

parent 2e6fa77d
No related branches found
No related tags found
No related merge requests found
Pipeline #34667 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Custom Duniter pallet calls should adhere to the standard Substrate naming convention: Custom Duniter pallet calls should adhere to the standard Substrate naming convention:
- `action_` for regular calls (e.g., `create_identity`). - `action_` for regular calls (e.g., `create_identity`).
- `force_` for calls with a privileged origin (e.g., `force_remove_identity`). - `force_action_` for calls with a privileged origin (e.g., `force_remove_identity`).
## Error ## Error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment