We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad2c5b commit 625fc9cCopy full SHA for 625fc9c
runtime/src/lib.rs
@@ -1076,9 +1076,9 @@ pub type SignedExtra = (
1076
);
1077
1078
type Migrations =
1079
- pallet_subtensor::migrations::migrate_init_total_issuance::initialise_total_issuance::Migration<
+ (pallet_subtensor::migrations::migrate_fix_pending_emission::migrate_fix_pending_emission::Migration<
1080
Runtime,
1081
- >;
+ >);
1082
1083
// Unchecked extrinsic type as expected by this runtime.
1084
pub type UncheckedExtrinsic =
0 commit comments