File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
stackslib/src/chainstate/nakamoto/coordinator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ pub fn load_nakamoto_reward_set<U: RewardSetProvider>(
363363 provider : & U ,
364364) -> Result < Option < ( RewardCycleInfo , StacksHeaderInfo ) > , Error > {
365365 let cycle_start_height = burnchain. nakamoto_first_block_of_cycle ( reward_cycle) ;
366- // We need the prepare pahse start of the current reward cycle which is calculated in the PRIOR reward cycle
366+ // We need the prepare phase start of the current reward cycle which is calculated in the PRIOR reward cycle
367367 // hence subtracting one. If the prepare phase started in pre-Nakamoto, it should be using Epoch 2.5 reward
368368 // set calculation rules.
369369 let prior_reward_cycle = reward_cycle. saturating_sub ( 1 ) ;
You can’t perform that action at this time.
0 commit comments