File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ decl_module! {
622
622
623
623
/// Add a registrar to the system.
624
624
///
625
- /// The dispatch origin for this call must be `RegistrarOrigin` or `Root `.
625
+ /// The dispatch origin for this call must be `T:: RegistrarOrigin`.
626
626
///
627
627
/// - `account`: the account of the registrar.
628
628
///
@@ -1087,7 +1087,7 @@ decl_module! {
1087
1087
/// `Slash`. Verification request deposits are not returned; they should be cancelled
1088
1088
/// manually using `cancel_request`.
1089
1089
///
1090
- /// The dispatch origin for this call must be _Root_ or match `T::ForceOrigin`.
1090
+ /// The dispatch origin for this call must match `T::ForceOrigin`.
1091
1091
///
1092
1092
/// - `target`: the account whose identity the judgement is upon. This must be an account
1093
1093
/// with a registered identity.
You can’t perform that action at this time.
0 commit comments