Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
setzeus committed Apr 18, 2024
1 parent c8932a2 commit 9b51ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stackslib/src/chainstate/stacks/boot/pox_4_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6532,7 +6532,7 @@ fn test_scenario_one() {
bob_stack,
];

// Commit tx & advance to the very end of reward cycle 5 (burnchain block 118)
// Commit tx & advance to the reward set calculation height (2nd block of the prepare phase)
let target_height = peer
.config
.burnchain
Expand Down Expand Up @@ -6919,7 +6919,7 @@ fn test_scenario_two() {
dave_stack,
];

// Commit tx & advance to the very end of reward cycle 5 (burnchain block 118)
// Commit tx & advance to the reward set calculation height (2nd block of the prepare phase for reward cycle 6)
let target_height = peer
.config
.burnchain
Expand Down Expand Up @@ -7713,7 +7713,7 @@ fn test_scenario_four() {

let txs = vec![alice_stack.clone(), bob_stack.clone()];

// Commit tx & advance to the very end of reward cycle 5 (burnchain block 118)
// Commit tx & advance to the reward set calculation height (2nd block of the prepare phase for reward cycle 6)
let target_height = peer
.config
.burnchain
Expand Down

0 comments on commit 9b51ccc

Please sign in to comment.