Companion for: Make automatic storage deposits resistant against changing deposit prices (#1561)

* Adapt to new contracts migration API

* Add missing type argument

* update lockfile for {"substrate", "polkadot"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Theißen
2022-09-21 19:55:36 +02:00
committed by GitHub
parent 82ff35b815
commit 50f3eb2e53
3 changed files with 311 additions and 311 deletions
@@ -102,7 +102,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
contracts::Migrations,
pallet_contracts::Migration<Runtime>,
>;
impl_opaque_keys! {