Skip to content

Commit

Permalink
Liquidator: fix rebalancing with sequence check (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnyser authored and microwavedcola1 committed Aug 29, 2024
1 parent 24244f1 commit f9cb2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ impl TransactionBuilder {

pub fn append(&mut self, prepared_instructions: PreparedInstructions) {
self.instructions
.extend(prepared_instructions.to_instructions());
.extend(prepared_instructions.instructions);
}
}

Expand Down

0 comments on commit f9cb2b8

Please sign in to comment.