@@ -39,7 +39,7 @@ use stacks::libstackerdb::StackerDBChunkData;
39
39
use stacks:: net:: api:: postblock_proposal:: { ValidateRejectCode , TEST_VALIDATE_STALL } ;
40
40
use stacks:: types:: chainstate:: { StacksAddress , StacksBlockId , StacksPrivateKey , StacksPublicKey } ;
41
41
use stacks:: types:: PublicKey ;
42
- use stacks:: util:: hash:: { Hash160 , MerkleHashFunc } ;
42
+ use stacks:: util:: hash:: MerkleHashFunc ;
43
43
use stacks:: util:: secp256k1:: { Secp256k1PrivateKey , Secp256k1PublicKey } ;
44
44
use stacks:: util_lib:: boot:: boot_code_id;
45
45
use stacks:: util_lib:: signed_structured_data:: pox4:: {
@@ -63,9 +63,8 @@ use crate::nakamoto_node::sign_coordinator::TEST_IGNORE_SIGNERS;
63
63
use crate :: neon:: Counters ;
64
64
use crate :: run_loop:: boot_nakamoto;
65
65
use crate :: tests:: nakamoto_integrations:: {
66
- boot_to_epoch_25, boot_to_epoch_3_reward_set, next_block_and, next_block_and_mine_commit,
67
- setup_epoch_3_reward_set, wait_for, POX_4_DEFAULT_STACKER_BALANCE ,
68
- POX_4_DEFAULT_STACKER_STX_AMT ,
66
+ boot_to_epoch_25, boot_to_epoch_3_reward_set, next_block_and, setup_epoch_3_reward_set,
67
+ wait_for, POX_4_DEFAULT_STACKER_BALANCE , POX_4_DEFAULT_STACKER_STX_AMT ,
69
68
} ;
70
69
use crate :: tests:: neon_integrations:: {
71
70
get_account, get_chain_info, next_block_and_wait, run_until_burnchain_height, submit_tx,
@@ -2629,7 +2628,8 @@ fn multiple_miners_mock_sign_epoch_25() {
2629
2628
false
2630
2629
} )
2631
2630
} ,
2632
- & [ btc_miner_1_pk. clone ( ) , btc_miner_2_pk. clone ( ) ] ,
2631
+ Some ( vec ! [ btc_miner_1_pk. clone( ) , btc_miner_2_pk. clone( ) ] ) ,
2632
+ None ,
2633
2633
) ;
2634
2634
let conf = signer_test. running_nodes . conf . clone ( ) ;
2635
2635
let mut conf_node_2 = conf. clone ( ) ;
0 commit comments