Skip to content

Commit

Permalink
Lagging node is not a seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed May 24, 2023
1 parent 84d578a commit 6a5dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/tests/steps/node_steps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ async fn lagging_delayed_node(world: &mut TariWorld, delayed_node: String, node:
let mut base_node_config = BaseNodeConfig::default();
base_node_config.state_machine.blocks_behind_before_considered_lagging = delay;

spawn_base_node_with_config(world, true, delayed_node, vec![node], base_node_config).await;
spawn_base_node_with_config(world, false, delayed_node, vec![node], base_node_config).await;
}

#[then(expr = "node {word} has reached initial sync")]
Expand Down

0 comments on commit 6a5dc8f

Please sign in to comment.