Skip to content

Commit

Permalink
fix: remove second delegation fee migration (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
devwckd authored Jul 9, 2024
1 parent e0f1f8d commit 1ceb172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/subspace/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ pub mod v12 {
migrate_double_map!(RegistrationBlock);
migrate_double_map!(Weights);
migrate_double_map!(DelegationFee);
migrate_double_map!(DelegationFee);
migrate_api!(get_pending_emission, set_pending_emission);
migrate_api!(get_subnet_emission, set_subnet_emission);
migrate_api!(get_subnet_consensus_type, set_subnet_consensus_type);
Expand Down

0 comments on commit 1ceb172

Please sign in to comment.