Skip to content

Commit

Permalink
test(mempool_p2p): test received rpc transactions are being broadcasted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Nov 13, 2024
1 parent e3c206d commit fffa632
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,9 @@ async fn test_end_to_end_integration(tx_generator: MultiAccountTransactionGenera

info!("Running integration test simulator.");

<<<<<<< HEAD
let send_rpc_tx_fn =
&mut |rpc_tx| integration_test_setup.add_tx_http_client.assert_add_tx_success(rpc_tx);

=======
let send_rpc_tx_fn = &mut |rpc_tx| http_test_client.assert_add_tx_success(rpc_tx);
>>>>>>> d24924dfe (chore: changing closure Fn requirements on integration test utils)
let n_txs = 50;
info!("Sending {n_txs} txs.");
run_transaction_generator_test_scenario(tx_generator, n_txs, send_rpc_tx_fn).await;
Expand Down

0 comments on commit fffa632

Please sign in to comment.