Skip to content

Commit

Permalink
Do not assume std context
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Feb 7, 2025
1 parent 33c84be commit c6809c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/subtensor/src/migrations/multiblock/migrate_rao.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
use super::*;
use alloc::string::String;
use codec::MaxEncodedLen;
use frame_support::{
migrations::{SteppedMigration, SteppedMigrationError},
traits::Get,
weights::{Weight, WeightMeter},
};
use sp_runtime::format;
use substrate_fixed::types::U64F64;

/// Module containing deprecated storage format for Stake
Expand Down

0 comments on commit c6809c7

Please sign in to comment.