Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove reference to migration
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe committed Apr 22, 2022
1 parent fe84b59 commit 1f8806c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions runtime/common/src/crowdloan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
//! the parachain remains active. Users can withdraw their funds once the slot is completed and funds are
//! returned to the crowdloan account.
pub mod migration;

use crate::{
slot_range::SlotRange,
traits::{Auctioneer, Registrar},
Expand Down
2 changes: 0 additions & 2 deletions runtime/common/src/slots/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
//! This doesn't handle the mechanics of determining which para ID actually ends up with a parachain lease. This
//! must handled by a separately, through the trait interface that this pallet provides or the root dispatchables.
pub mod migration;

use crate::traits::{LeaseError, Leaser, Registrar};
use frame_support::{
pallet_prelude::*,
Expand Down

0 comments on commit 1f8806c

Please sign in to comment.