Skip to content

Commit

Permalink
Remove todo that were left behind in merges (#162)
Browse files Browse the repository at this point in the history
remove todo that were left behind in merges
  • Loading branch information
brittcyr authored Oct 9, 2024
1 parent aa23c67 commit 9cd6482
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions programs/manifest/tests/cases/token22.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<spl_token_2022::extension::ExtensionType> =
vec![spl_token_2022::extension::ExtensionType::TransferFeeConfig];
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9cd6482

Please sign in to comment.