Skip to content
Snippets Groups Projects
Commit 4f699c70 authored by juangirini's avatar juangirini Committed by GitHub
Browse files

Companion for Contracts remove deposit account (#2973)

* add migration v15

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

---------

Co-authored-by: parity-processbot <>
parent 33046b6e
No related merge requests found
This diff is collapsed.
......@@ -7,7 +7,7 @@ use frame_support::{
traits::{ConstBool, ConstU32, Nothing},
};
use pallet_contracts::{
migration::{v12, v13, v14},
migration::{v12, v13, v14, v15},
weights::SubstrateWeight,
Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
};
......@@ -59,6 +59,7 @@ impl Config for Runtime {
v12::Migration<Runtime, Balances>,
v13::Migration<Runtime>,
v14::Migration<Runtime, Balances>,
v15::Migration<Runtime>,
);
type RuntimeHoldReason = RuntimeHoldReason;
}
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