Skip to content

Commit

Permalink
Liquidator: fix rebalancing with sequence check
Browse files Browse the repository at this point in the history
  • Loading branch information
farnyser committed Aug 19, 2024
1 parent 7863062 commit 4bff8e9
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 4bff8e9

Please sign in to comment.