Skip to content
Snippets Groups Projects
Commit f57be04d authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

review: disabled calls description

parent 3b312c86
No related branches found
No related tags found
No related merge requests found
Pipeline #18480 passed
...@@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext ...@@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext
through on-chain governance mechanisms. through on-chain governance mechanisms.
1. **Inherent calls**: This kind of call is invoked by the author of the block itself 1. **Inherent calls**: This kind of call is invoked by the author of the block itself
(usually automatically by the node). (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 ## User calls
......
...@@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext ...@@ -8,7 +8,7 @@ the transactor. This is the only call category that can be submitted with an ext
through on-chain governance mechanisms. through on-chain governance mechanisms.
1. **Inherent calls**: This kind of call is invoked by the author of the block itself 1. **Inherent calls**: This kind of call is invoked by the author of the block itself
(usually automatically by the node). (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 -%} {% set pallets = user_calls_pallets -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment