File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
pallets/subtensor/src/tests Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1896,22 +1896,6 @@ fn test_mining_emission_distribution_validator_valiminer_miner() {
1896
1896
crate :: LastUpdate :: < Test > :: set ( netuid, vec ! [ 2 , 2 , 2 ] ) ;
1897
1897
crate :: Kappa :: < Test > :: set ( netuid, u16:: MAX / 5 ) ;
1898
1898
1899
- // Run run_coinbase until root epoch is run
1900
- while crate :: PendingEmission :: < Test > :: get ( netuid) == 0 {
1901
- step_block ( 1 ) ;
1902
- }
1903
-
1904
- // Prevent further root epochs
1905
- crate :: Tempo :: < Test > :: set ( root_id, u16:: MAX ) ;
1906
-
1907
- // Run run_coinbase until EmissionValues are populated
1908
- while crate :: EmissionValues :: < Test > :: get ( netuid) == 0 {
1909
- step_block ( 1 ) ;
1910
- }
1911
-
1912
- // Prevent further subnet epochs
1913
- crate :: Tempo :: < Test > :: set ( netuid, u16:: MAX ) ;
1914
-
1915
1899
// Run run_coinbase until emissions are drained
1916
1900
step_block ( ( subnet_tempo * 4 ) as u16 ) ;
1917
1901
You can’t perform that action at this time.
0 commit comments