Skip to content

Commit 53bf9ea

Browse files
committed
Remove TODO comment
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent acc9678 commit 53bf9ea

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

stackslib/src/chainstate/coordinator/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ pub fn get_reward_cycle_info<U: RewardSetProvider>(
763763

764764
let reward_cycle_info = {
765765
let ic = sort_db.index_handle(sortition_tip);
766-
// TODO: always use block-commit-based PoX anchor block selection rules?
767766
let burnchain_db_conn_opt = if epoch_at_height.epoch_id >= StacksEpochId::Epoch21 {
768767
// use the new block-commit-based PoX anchor block selection rules
769768
Some(burnchain_db.conn())

0 commit comments

Comments
 (0)