We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881e215 commit 690bb17Copy full SHA for 690bb17
testnet/stacks-node/src/tests/nakamoto_integrations.rs
@@ -11153,7 +11153,6 @@ fn reload_miner_config() {
11153
let Counters {
11154
blocks_processed,
11155
naka_submitted_commits: commits_submitted,
11156
- naka_proposed_blocks: proposals_submitted,
11157
..
11158
} = run_loop.counters();
11159
@@ -11173,7 +11172,7 @@ fn reload_miner_config() {
11173
11172
11174
info!("------------------------- Reached Epoch 3.0 -------------------------");
11175
11176
- blind_signer(&conf, &signers, proposals_submitted);
+ blind_signer(&conf, &signers, &counters);
11177
11178
wait_for_first_naka_block_commit(60, &commits_submitted);
11179
0 commit comments