We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c819c commit a97f6dbCopy full SHA for a97f6db
runtime/acala/src/lib.rs
@@ -1998,7 +1998,7 @@ pub type Executive = frame_executive::Executive<
1998
>;
1999
2000
#[allow(unused_parens)]
2001
-type Migrations = ();
+type Migrations = (pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,);
2002
2003
#[cfg(feature = "runtime-benchmarks")]
2004
#[macro_use]
runtime/karura/src/lib.rs
@@ -2005,7 +2005,7 @@ pub type Executive = frame_executive::Executive<
2005
2006
2007
2008
2009
2010
2011
0 commit comments