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> {
+1 -1
View File
@@ -162,7 +162,7 @@ impl xcm_executor::Config for XcmConfig {
type FeeManager = ();
type MessageExporter = ();
type UniversalAliases = Nothing;
type CallDispatcher = Call;
type CallDispatcher = RuntimeCall;
}
pub type XcmRouter = (