File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1481,6 +1481,7 @@ fn multiple_miners() {
1481
1481
config. node . p2p_address = format ! ( "{localhost}:{node_1_p2p}" ) ;
1482
1482
config. miner . wait_on_interim_blocks = Duration :: from_secs ( 5 ) ;
1483
1483
config. node . pox_sync_sample_secs = 30 ;
1484
+ config. burnchain . pox_reward_length = Some ( 30 ) ;
1484
1485
1485
1486
config. node . seed = btc_miner_1_seed. clone ( ) ;
1486
1487
config. node . local_peer_seed = btc_miner_1_seed. clone ( ) ;
@@ -1664,7 +1665,7 @@ fn multiple_miners() {
1664
1665
/// Read processed nakamoto block IDs from the test observer, and use `config` to open
1665
1666
/// a chainstate DB and returns their corresponding StacksHeaderInfos
1666
1667
fn get_nakamoto_headers ( config : & Config ) -> Vec < StacksHeaderInfo > {
1667
- let nakamoto_block_ids: Vec < _ > = test_observer:: get_blocks ( )
1668
+ let nakamoto_block_ids: HashSet < _ > = test_observer:: get_blocks ( )
1668
1669
. into_iter ( )
1669
1670
. filter_map ( |block_json| {
1670
1671
if block_json
You can’t perform that action at this time.
0 commit comments