removed comments

This commit is contained in:
jesus
2024-04-10 22:20:39 -04:00
parent a5456c9a76
commit 0851ce0fca

View File

@@ -6790,10 +6790,6 @@ fn test_scenario_two() {
)
.unwrap();
// reward cycles are 5 blocks long
// first 25 blocks are boot-up
// reward cycle 6 instantiates pox-3
// we stack in reward cycle 7 so pox-3 is evaluated to find reward set participation
peer_config.aggregate_public_key = Some(aggregate_public_key.clone());
peer_config
.stacker_dbs
@@ -7190,10 +7186,6 @@ fn test_scenario_three() {
)
.unwrap();
// reward cycles are 5 blocks long
// first 25 blocks are boot-up
// reward cycle 6 instantiates pox-3
// we stack in reward cycle 7 so pox-3 is evaluated to find reward set participation
peer_config.aggregate_public_key = Some(aggregate_public_key.clone());
peer_config
.stacker_dbs
@@ -7691,10 +7683,6 @@ fn test_scenario_four() {
)
.unwrap();
// reward cycles are 5 blocks long
// first 25 blocks are boot-up
// reward cycle 6 instantiates pox-3
// we stack in reward cycle 7 so pox-3 is evaluated to find reward set participation
peer_config.aggregate_public_key = Some(aggregate_public_key.clone());
peer_config
.stacker_dbs
@@ -8682,10 +8670,6 @@ fn test_scenario_five() {
)
.unwrap();
// reward cycles are 5 blocks long
// first 25 blocks are boot-up
// reward cycle 6 instantiates pox-3
// we stack in reward cycle 7 so pox-3 is evaluated to find reward set participation
peer_config.aggregate_public_key = Some(aggregate_public_key.clone());
peer_config
.stacker_dbs