Skip to content

Commit e63366c

Browse files
committed
addressing comments
1 parent b5984a6 commit e63366c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stackslib/src/chainstate/stacks/boot/pox_4_tests.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ fn advance_to_block_height(
33453345
/// delegate for pool 1, Frank is a delegate for pool 2, & Grace is a delegate for pool 2.
33463346
fn stack_agg_increase() {
33473347
// Alice service signer setup
3348-
let mut alice = StackerSignerInfo::new();
3348+
let alice = StackerSignerInfo::new();
33493349
// Bob pool operator
33503350
let mut bob = StackerSignerInfo::new();
33513351
// Carl pool 1 delegate
@@ -3411,10 +3411,8 @@ fn stack_agg_increase() {
34113411
// Produce blocks until the first reward phase that everyone should be in
34123412
while peer.get_burn_block_height() < u64::from(target_height) {
34133413
latest_block = Some(peer.tenure_with_txs(&[], &mut peer_nonce));
3414-
observer.get_blocks();
34153414
}
34163415
let latest_block = latest_block.expect("Failed to get tip");
3417-
//let latest_block = peer.tenure_with_txs(&[], &mut peer_nonce);
34183416
// Current reward cycle: 5 (starts at burn block 101)
34193417
let reward_cycle = get_current_reward_cycle(&peer, &peer.config.burnchain);
34203418
let next_reward_cycle = reward_cycle.wrapping_add(1);

0 commit comments

Comments
 (0)