From 3758c0615cffa5b8c572bd12a3da2e19b22c0d48 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Tue, 24 Jan 2023 17:39:27 +0100 Subject: [PATCH] review: disabled calls description --- docs/api/runtime-calls.md | 2 +- xtask/res/templates/runtime-calls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/runtime-calls.md b/docs/api/runtime-calls.md index a6d81afb8..ad32cf07e 100644 --- a/docs/api/runtime-calls.md +++ b/docs/api/runtime-calls.md @@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext through on-chain governance mechanisms. 1. **Inherent calls**: This kind of call is invoked by the author of the block itself (usually automatically by the node). -1. **Disabled calls**: These calls are disabled for different reasons (to be documented). +1. **Disabled calls**: These calls can not be called directly, they are reserved for internal use by other runtime calls. ## User calls diff --git a/xtask/res/templates/runtime-calls.md b/xtask/res/templates/runtime-calls.md index d2c4c0fd0..4a6d063ad 100644 --- a/xtask/res/templates/runtime-calls.md +++ b/xtask/res/templates/runtime-calls.md @@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext through on-chain governance mechanisms. 1. **Inherent calls**: This kind of call is invoked by the author of the block itself (usually automatically by the node). -1. **Disabled calls**: These calls are disabled for different reasons (to be documented). +1. **Disabled calls**: These calls can not be called directly, they are reserved for internal use by other runtime calls. {% set pallets = user_calls_pallets -%} -- GitLab