From 43142bc04a395da6517f4a94545598f1b8e11283 Mon Sep 17 00:00:00 2001 From: enzotar <34943955+enzotar@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:13:47 -0800 Subject: [PATCH] restore (#170) --- crates/cmds-solana/src/jupiter/swap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cmds-solana/src/jupiter/swap.rs b/crates/cmds-solana/src/jupiter/swap.rs index a1067e3f..ca554aa3 100644 --- a/crates/cmds-solana/src/jupiter/swap.rs +++ b/crates/cmds-solana/src/jupiter/swap.rs @@ -103,7 +103,7 @@ async fn run(mut ctx: Context, input: Input) -> Result { let mut instructions = Vec::new(); // instructions.extend(swap_instructions.compute_budget_instructions); - // instructions.extend(swap_instructions.setup_instructions); + instructions.extend(swap_instructions.setup_instructions); instructions.push(swap_instructions.swap_instruction); // instructions.extend(swap_instructions.cleanup_instruction);