Skip to content

Commit

Permalink
Merge pull request #5147 from stacks-network/fix/signer_set_rollover
Browse files Browse the repository at this point in the history
test: fix `signer_set_rollover` test
  • Loading branch information
obycode committed Sep 9, 2024
2 parents 9db16f6 + dff1fb2 commit 1c53156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/signer/v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ fn signer_set_rollover() {
.running_nodes
.btc_regtest_controller
.get_burnchain()
.reward_cycle_to_block_height(next_reward_cycle)
.nakamoto_first_block_of_cycle(next_reward_cycle)
.saturating_add(1);

info!("---- Mining to next reward set calculation -----");
Expand Down

0 comments on commit 1c53156

Please sign in to comment.