Skip to content

Commit

Permalink
Merge pull request #5143 from stacks-network/fix/follower_bootup
Browse files Browse the repository at this point in the history
test: fix `follower_bootup` integration test
  • Loading branch information
jbencin authored Sep 5, 2024
2 parents 9e80c14 + b675546 commit 457afc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testnet/stacks-node/src/tests/nakamoto_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3111,6 +3111,7 @@ fn follower_bootup() {
wait_for_first_naka_block_commit(60, &commits_submitted);

let mut follower_conf = naka_conf.clone();
follower_conf.node.miner = false;
follower_conf.events_observers.clear();
follower_conf.node.working_dir = format!("{}-follower", &naka_conf.node.working_dir);
follower_conf.node.seed = vec![0x01; 32];
Expand Down

0 comments on commit 457afc0

Please sign in to comment.