File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ pub fn do_test(data: &[u8], logger: &Arc<dyn Logger>) {
404404 // Adding new calls to `KeysInterface::get_secure_random_bytes` during startup can change all the
405405 // keys subsequently generated in this test. Rather than regenerating all the messages manually,
406406 // it's easier to just increment the counter here so the keys don't change.
407- keys_manager. counter . fetch_sub ( 2 , Ordering :: AcqRel ) ;
407+ keys_manager. counter . fetch_sub ( 3 , Ordering :: AcqRel ) ;
408408 let our_id = PublicKey :: from_secret_key ( & Secp256k1 :: signing_only ( ) , & keys_manager. get_node_secret ( Recipient :: Node ) . unwrap ( ) ) ;
409409 let network_graph = Arc :: new ( NetworkGraph :: new ( genesis_block ( network) . block_hash ( ) , Arc :: clone ( & logger) ) ) ;
410410 let gossip_sync = Arc :: new ( P2PGossipSync :: new ( Arc :: clone ( & network_graph) , None , Arc :: clone ( & logger) ) ) ;
You can’t perform that action at this time.
0 commit comments