diff --git a/docs/api/runtime-calls.md b/docs/api/runtime-calls.md index a6d81afb86f875d27b814f9fa0fec90d6e316fad..ad32cf07e92876e6adbdf6147a697261981bbc8d 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 d2c4c0fd0fa7b200551f074cd5d7d97dbce630d5..4a6d063ade325810511310b7ec92ec455c703e56 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 -%}