From 91c24620666ef29bd442b1a38ecbe67e8dca91df Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Thu, 7 Dec 2023 16:05:36 +0100 Subject: [PATCH] update docs --- docs/dev/pallet_conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/pallet_conventions.md b/docs/dev/pallet_conventions.md index e5175f305..d7b9d7829 100644 --- a/docs/dev/pallet_conventions.md +++ b/docs/dev/pallet_conventions.md @@ -5,7 +5,7 @@ Custom Duniter pallet calls should adhere to the standard Substrate naming convention: - `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 -- GitLab