diff --git a/programs/manifest/src/program/instruction_builders/deposit_instruction.rs b/programs/manifest/src/program/instruction_builders/deposit_instruction.rs index c0dc51b41..075ef419d 100644 --- a/programs/manifest/src/program/instruction_builders/deposit_instruction.rs +++ b/programs/manifest/src/program/instruction_builders/deposit_instruction.rs @@ -9,7 +9,6 @@ use solana_program::{ pubkey::Pubkey, }; -// TODO: would be nice it it had a trader index hint as well pub fn deposit_instruction( market: &Pubkey, payer: &Pubkey, diff --git a/programs/manifest/tests/cases/token22.rs b/programs/manifest/tests/cases/token22.rs index 6dc639d42..c2f04f832 100644 --- a/programs/manifest/tests/cases/token22.rs +++ b/programs/manifest/tests/cases/token22.rs @@ -573,7 +573,6 @@ async fn token22_deposit_transfer_fee() -> anyhow::Result<()> { let usdc_mint_f: MintFixture = MintFixture::new_with_version(Rc::clone(&context), Some(6), false).await; - // TODO: Use xfer fee extension let spl_mint_keypair: Keypair = Keypair::new(); let extension_types: Vec = vec![spl_token_2022::extension::ExtensionType::TransferFeeConfig]; @@ -712,7 +711,6 @@ async fn token22_deposit_transfer_fee() -> anyhow::Result<()> { ) .await?; - // TODO: Check that the balance on the seat reflects the xfer fee let market_account: solana_sdk::account::Account = context .borrow_mut() .banks_client