Skip to content

Commit eacf4ef

Browse files
committed
f Fuzz
1 parent 7c65dfc commit eacf4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/src/full_stack.rs

+1-1
Original file line numberDiff line numberDiff 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)));

0 commit comments

Comments
 (0)