File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pub fn migrate_rao<T: Config>() -> Weight {
73
73
let lock: u64 = SubnetLocked :: < T > :: get ( netuid) ;
74
74
75
75
// Put initial TAO from lock into subnet TAO and produce numerically equal amount of Alpha
76
- // The initial TAO is the locked amount, with a minimum of 1 TAO and a cap of 100 TAO.
76
+ // The initial TAO is the locked amount, with a minimum of 1 RAO and a cap of 100 TAO.
77
77
let pool_initial_tao = 100_000_000_000 . min ( lock. max ( 1 ) ) ;
78
78
79
79
let remaining_lock = lock. saturating_sub ( pool_initial_tao) ;
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ impl<T: Config> Pallet<T> {
234
234
) ; // Set subnet token symbol.
235
235
236
236
// Put initial TAO from lock into subnet TAO and produce numerically equal amount of Alpha
237
- // The initial TAO is the locked amount, with a minimum of 1 TAO and a cap of 100 TAO.
237
+ // The initial TAO is the locked amount, with a minimum of 1 RAO and a cap of 100 TAO.
238
238
let pool_initial_tao = 100_000_000_000 . min ( actual_tao_lock_amount. max ( 1 ) ) ;
239
239
240
240
let actual_tao_lock_amount_less_pool_tao =
You can’t perform that action at this time.
0 commit comments