Skip to content

Commit

Permalink
test(starknet_mempool_p2p): test received rpc transactions are being …
Browse files Browse the repository at this point in the history
…broadcasted
  • Loading branch information
AlonLStarkWare committed Dec 2, 2024
1 parent 653c58c commit 88002f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async fn test_end_to_end_integration(mut tx_generator: MultiAccountTransactionGe
&mut |rpc_tx| integration_test_setup.add_tx_http_client.assert_add_tx_success(rpc_tx);

const ACCOUNT_ID_0: AccountId = 0;
// let send_rpc_tx_fn = &mut |rpc_tx| http_test_client.assert_add_tx_success(rpc_tx);

let n_txs = 50;
let sender_address = tx_generator.account_with_id(ACCOUNT_ID_0).sender_address();
info!("Sending {n_txs} txs.");
Expand Down

0 comments on commit 88002f3

Please sign in to comment.