Skip to content

Commit aac2c10

Browse files
committed
Comment on amount in migration
1 parent 6b87f44 commit aac2c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/subtensor/src/migrations/migrate_fix_root_tao_and_alpha_in.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub fn migrate_fix_root_tao_and_alpha_in<T: Config>() -> Weight {
2020
);
2121

2222
// Update counters
23+
// TODO: Will be filled with real numbers once the runtime 302 is on mainnet
2324
SubnetTAO::<T>::mutate(NetUid::ROOT, |amount| {
2425
*amount = amount.saturating_add(TaoCurrency::from(100_000_000_000));
2526
});

0 commit comments

Comments
 (0)