Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blockworks-foundation/mango-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed Oct 4, 2022
2 parents 44d399e + 448aee2 commit b09137e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mango Program Change Log

## v3.6.1
Deployed: | Slot:
Deployed: Sep 8, 2022 at 21:50:42 UTC | Slot: 149,790,592
1. Fix perp health simulation for advanced order execution

## v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ pub fn close_mango_account(
let accounts = vec![
AccountMeta::new(*mango_group_pk, false),
AccountMeta::new(*mango_account_pk, false),
AccountMeta::new_readonly(*owner_pk, true),
AccountMeta::new(*owner_pk, true),
];

let instr = MangoInstruction::CloseMangoAccount;
Expand Down

0 comments on commit b09137e

Please sign in to comment.