mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
rococo_contracts: Adds missing migration (#4112)
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -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 = ();
|
||||
|
||||
Reference in New Issue
Block a user