mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Companion for Contracts remove deposit account (#2973)
* add migration v15
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user