File tree 3 files changed +2
-85
lines changed
pallets/pallet-tfgrid/src
3 files changed +2
-85
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ pub mod types;
34
34
pub mod farm;
35
35
pub mod grid_migration;
36
36
pub mod interface;
37
- pub mod nodes_migration_v3;
38
37
pub mod pub_config;
39
38
pub mod pub_ip;
40
39
pub mod twin;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140
140
spec_name : create_runtime_str ! ( "substrate-threefold" ) ,
141
141
impl_name : create_runtime_str ! ( "substrate-threefold" ) ,
142
142
authoring_version : 1 ,
143
- spec_version : 110 ,
143
+ spec_version : 111 ,
144
144
impl_version : 1 ,
145
145
apis : RUNTIME_API_VERSIONS ,
146
146
transaction_version : 2 ,
@@ -757,9 +757,9 @@ pub type Executive = frame_executive::Executive<
757
757
Runtime ,
758
758
AllPalletsWithSystem ,
759
759
(
760
+ migrations:: CustomOnRuntimeUpgrades ,
760
761
pallet_smart_contract:: contract_migration:: v5:: ContractMigrationV5 < Runtime > ,
761
762
pallet_tfgrid:: grid_migration:: v9:: GridMigration < Runtime > ,
762
- pallet_tfgrid:: nodes_migration_v3:: v9patch:: FixFarmNodeIndexMap < Runtime > ,
763
763
) ,
764
764
> ;
765
765
You can’t perform that action at this time.
0 commit comments