From 5cb03852055d705df6f4a6e64d23f72e843ebd7c Mon Sep 17 00:00:00 2001 From: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Date: Tue, 17 Jan 2023 15:43:55 +0100 Subject: [PATCH] remove collectives migrations (#2103) --- .../collectives/collectives-polkadot/src/lib.rs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index 973928a82b2..b34c742eb53 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -550,6 +550,9 @@ pub type UncheckedExtrinsic = generic::UncheckedExtrinsic
; /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = generic::CheckedExtrinsic