This commit is contained in:
aniketfuryrocks 2023-06-14 07:52:13 +05:30
parent f0d21ce57f
commit 36bc1b9d3e
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
2 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,12 @@ use tokio::sync::RwLock;
use crate::{
openbook::simulate_place_orders::SimulateOpenbookV2PlaceOrder,
rpc_client::CustomRpcClient,
solana_runtime::{
accounts_fetching::AccountsFetchingTests, get_block::GetBlockTest, get_slot::GetSlotTest,
send_and_get_status_memo::SendAndConfrimTesting,
},
test_registry::TestRegistry, rpc_client::CustomRpcClient,
test_registry::TestRegistry,
};
#[derive(Parser, Debug, Clone)]

View File

@ -2,10 +2,10 @@ mod bencher;
mod cli;
mod config;
mod openbook;
mod rpc_client;
mod solana_runtime;
mod test_registry;
mod utils;
mod rpc_client;
use std::{sync::Arc, time::Duration};