program: remove todos for ix which have now been implemented or not relevant (#240)

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-09-22 17:43:01 +02:00 committed by GitHub
parent 0040a1477e
commit ae42356b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -268,8 +268,6 @@ pub mod mango_v4 {
instructions::serum3_deregister_market(ctx)
}
// TODO serum3_change_spot_market_params
pub fn serum3_create_open_orders(ctx: Context<Serum3CreateOpenOrders>) -> Result<()> {
instructions::serum3_create_open_orders(ctx)
}
@ -326,8 +324,6 @@ pub mod mango_v4 {
instructions::serum3_liq_force_cancel_orders(ctx, limit)
}
// TODO serum3_cancel_all_spot_orders
// DEPRECATED: use token_liq_with_token
pub fn liq_token_with_token(
ctx: Context<TokenLiqWithToken>,
@ -464,8 +460,6 @@ pub mod mango_v4 {
instructions::perp_close_market(ctx)
}
// TODO perp_change_perp_market_params
pub fn perp_deactivate_position(ctx: Context<PerpDeactivatePosition>) -> Result<()> {
instructions::perp_deactivate_position(ctx)
}