Skip to content
Snippets Groups Projects
Unverified Commit 88fe9451 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

rococo_contracts: Adds missing migration (#4112)


Co-authored-by: default avatarLiam Aharon <liam.aharon@hotmail.com>
parent 6688eac5
No related merge requests found
Pipeline #465593 failed with stages
in 43 minutes and 56 seconds
......@@ -71,7 +71,7 @@ impl Config for Runtime {
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
type MaxDelegateDependencies = ConstU32<32>;
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
type Migrations = ();
type Migrations = (pallet_contracts::migration::v16::Migration<Runtime>,);
type RuntimeHoldReason = RuntimeHoldReason;
type Debug = ();
type Environment = ();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment