File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pallets/subtensor/src/coinbase Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ impl<T: Config> Pallet<T> {
191
191
// Get root proportional dividends.
192
192
let root_proportion: I96F32 = ( total_root_tao * tao_weight) / ( ( total_root_tao * tao_weight) + total_subnet_alpha) ;
193
193
// Get root proportion of alpha_out.
194
- let root_proportion_of_alpha_out: I96F32 = root_proportion * alpha_out_emission;
194
+ let root_proportion_of_alpha_out: I96F32 = root_proportion * alpha_out_emission * I96F32 :: from_num ( 0.41 ) ;
195
195
// Increase root proportion immediately on alpha out
196
196
SubnetAlphaOut :: < T > :: mutate ( netuid, |total| * total = total. saturating_add ( root_proportion_of_alpha_out. to_num :: < u64 > ( ) ) ) ;
197
197
// Subtract root proporiton from alpha_out_emission
You can’t perform that action at this time.
0 commit comments