Skip to content

Commit 625fc9c

Browse files
author
Cameron Fairchild
committed
remove old migration runner
1 parent 4ad2c5b commit 625fc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,9 +1076,9 @@ pub type SignedExtra = (
10761076
);
10771077

10781078
type Migrations =
1079-
pallet_subtensor::migrations::migrate_init_total_issuance::initialise_total_issuance::Migration<
1079+
(pallet_subtensor::migrations::migrate_fix_pending_emission::migrate_fix_pending_emission::Migration<
10801080
Runtime,
1081-
>;
1081+
>);
10821082

10831083
// Unchecked extrinsic type as expected by this runtime.
10841084
pub type UncheckedExtrinsic =

0 commit comments

Comments
 (0)