File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ fn create_event_info_data_code(
116
116
// If a given burn block height is in a prepare phase, then the stacker will be in the _next_ reward cycle, so bump the cycle by 1
117
117
// `prepare_offset` is 1 or 0, depending on whether current execution is in a prepare phase or not
118
118
//
119
- // "is-in-next-pox-set" == effective-height < (reward -length - prepare-length)
119
+ // "is-in-next-pox-set" == effective-height < (cycle -length - prepare-length)
120
120
// "<" since the txs of the first block of the prepare phase are NOT considered in the pox-set,
121
121
// the pox-set is locked in the first block of the prepare phase, before the transactions of that block are run.
122
122
let pox_set_offset = r#"
You can’t perform that action at this time.
0 commit comments