mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
removed comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user