File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
testnet/stacks-node/src/tests Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12408,10 +12408,9 @@ fn next_block_and_wait_all(
12408
12408
let finished = follower_blocks_processed
12409
12409
. iter ( )
12410
12410
. zip ( followers_current. iter ( ) )
12411
- . map ( |( blocks_processed, start_count) | {
12411
+ . all ( |( blocks_processed, start_count) | {
12412
12412
blocks_processed. load ( Ordering :: SeqCst ) > * start_count
12413
- } )
12414
- . all ( |b| b) ;
12413
+ } ) ;
12415
12414
12416
12415
if finished {
12417
12416
break ;
@@ -12702,7 +12701,7 @@ fn mock_miner_replay() {
12702
12701
12703
12702
thread:: sleep ( block_gap) ;
12704
12703
12705
- // first block will hold our VRF registration
12704
+ // second block will hold our VRF registration
12706
12705
next_block_and_wait_all (
12707
12706
& mut btc_regtest_controller,
12708
12707
& miner_blocks_processed,
You can’t perform that action at this time.
0 commit comments