Skip to content

Commit 9f46698

Browse files
Fix typo
Signed-off-by: Jacinta Ferrant <jacinta@stackslabs.com>
1 parent dd86b77 commit 9f46698

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/nakamoto/coordinator

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/nakamoto/coordinator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)