Removed OuterCall alias & doc fixes (#12349)

This commit is contained in:
Sergej Sakac
2022-09-25 23:22:54 +02:00
committed by GitHub
parent 4e7e23fa87
commit 28637fcb8f
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ fn setup_multi<T: Config>(
signatories.push(signatory);
}
signatories.sort();
// Must first convert to outer call type.
// Must first convert to runtime call type.
let call: <T as Config>::RuntimeCall =
frame_system::Call::<T>::remark { remark: vec![0; z as usize] }.into();
let call_data = OpaqueCall::<T>::from_encoded(call.encode());