We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc9678 commit 53bf9eaCopy full SHA for 53bf9ea
stackslib/src/chainstate/coordinator/mod.rs
@@ -763,7 +763,6 @@ pub fn get_reward_cycle_info<U: RewardSetProvider>(
763
764
let reward_cycle_info = {
765
let ic = sort_db.index_handle(sortition_tip);
766
- // TODO: always use block-commit-based PoX anchor block selection rules?
767
let burnchain_db_conn_opt = if epoch_at_height.epoch_id >= StacksEpochId::Epoch21 {
768
// use the new block-commit-based PoX anchor block selection rules
769
Some(burnchain_db.conn())
0 commit comments