Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Feb 7, 2025
1 parent 40bfebf commit fb09aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/subtensor/src/migrations/migrate_rao.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ pub fn migrate_rao<T: Config>() -> Weight {
// Convert subnets and give them lock.
// Set global weight to 18% from the start
// Set min lock
NetworkMinLockCost::<T>::set( 1_000_000_000 );
NetworkMinLockCost::<T>::set(1_000_000_000);
// Set tao weight.
TaoWeight::<T>::set( 3_320_413_933_267_719_290 );
TaoWeight::<T>::set(3_320_413_933_267_719_290);

for netuid in netuids.iter().clone() {
if *netuid == 0 {
Expand Down

0 comments on commit fb09aa8

Please sign in to comment.