Skip to content

Commit

Permalink
restore (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzotar authored Nov 11, 2024
1 parent 3b2693b commit 43142bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cmds-solana/src/jupiter/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async fn run(mut ctx: Context, input: Input) -> Result<Output, CommandError> {

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);

Expand Down

0 comments on commit 43142bc

Please sign in to comment.