Skip to content

Commit

Permalink
rococo_contracts: Adds missing migration (#4112)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Aharon <[email protected]>
  • Loading branch information
bkchr and liamaharon authored Apr 14, 2024
1 parent 6688eac commit 88fe945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ();
Expand Down

0 comments on commit 88fe945

Please sign in to comment.