Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Dec 20, 2024
1 parent f0067d8 commit 242447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/migrations/migrate_rao.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use frame_support::{traits::Get, weights::Weight};
use log;
use subnets::Mechanism;

pub fn migrate_rao<T: Config>() -> Weight {
pub fn migrate_rao<T: Config>() -> Weight { // TODO (cam): verify rao migration
let migration_name = b"migrate_rao".to_vec();

// Initialize the weight with one read operation.
Expand Down

0 comments on commit 242447e

Please sign in to comment.