Skip to content

Commit 690bb17

Browse files
committed
fix: compile issue after merge
1 parent 881e215 commit 690bb17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11153,7 +11153,6 @@ fn reload_miner_config() {
1115311153
let Counters {
1115411154
blocks_processed,
1115511155
naka_submitted_commits: commits_submitted,
11156-
naka_proposed_blocks: proposals_submitted,
1115711156
..
1115811157
} = run_loop.counters();
1115911158

@@ -11173,7 +11172,7 @@ fn reload_miner_config() {
1117311172

1117411173
info!("------------------------- Reached Epoch 3.0 -------------------------");
1117511174

11176-
blind_signer(&conf, &signers, proposals_submitted);
11175+
blind_signer(&conf, &signers, &counters);
1117711176

1117811177
wait_for_first_naka_block_commit(60, &commits_submitted);
1117911178

0 commit comments

Comments
 (0)