Runtime: Add common morph utility types (#14281)

This commit is contained in:
Gavin Wood
2023-06-01 17:11:53 +01:00
committed by GitHub
parent 0910390b25
commit feb0f45d21
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ pub mod pallet {
/// Set the parameters.
///
/// - `origin`: A origin complying with `ParamsOrigin` or root.
/// - `origin`: An origin complying with `ParamsOrigin` or root.
/// - `params`: The new parameters for the pallet.
#[pallet::weight(T::WeightInfo::set_params())]
#[pallet::call_index(1)]