Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Remove Contracts pallet's migrations, as there's no upgrade (assertio…
Browse files Browse the repository at this point in the history
…n makes try-runtime check fail).
  • Loading branch information
Steve Degosserie committed Dec 30, 2023
1 parent 8a3eed8 commit cf90646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/trappist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl frame_support::traits::OnRuntimeUpgrade for FixStorageVersions {
}
}

pub type Migrations = (pallet_contracts::Migration<Runtime>, FixStorageVersions);
pub type Migrations = (FixStorageVersions);

/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Expand Down

0 comments on commit cf90646

Please sign in to comment.