This commit is contained in:
Keith Yeung
2022-09-27 14:52:04 +08:00
parent 4f88026e83
commit 9e309844a8
10 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ mod tests {
}
pub struct MockExec;
impl ExecuteXcm<Call> for MockExec {
impl ExecuteXcm<RuntimeCall> for MockExec {
type Prepared = Weightless;
fn prepare(message: Xcm) -> Result<Self::Prepared, Xcm> {