File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
stackslib/src/net/download/nakamoto Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ impl NakamotoDownloadStateMachine {
238
238
// we want tenures that are *confirmable* from the current sortition tip.
239
239
// any miner commitment chosen in the sortition tip confirms a tenure with a lower
240
240
// block height, so only consider the reward cycle at height - 1.
241
- // *Note: its possible that a the second or later sortition of a RC also confirms a tenure
241
+ // *Note: it's possible that the second or later sortition of a RC also confirms a tenure
242
242
// in the previous RC, but for the purposes of the wanted tenures calculations, we only
243
243
// are loading up wanted tenures in the current RC.
244
244
let tip_rc = Self :: get_confirmable_reward_cycle (
You can’t perform that action at this time.
0 commit comments