Fix rust test compilation

This commit is contained in:
Christian Kamm 2022-12-16 13:06:58 +01:00
parent 5df60b48d9
commit 1c36b1b493
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ impl ClientInstruction for AccountCloseInstruction {
_account_loader: impl ClientAccountLoader + 'async_trait,
) -> (Self::Accounts, instruction::Instruction) {
let program_id = mango_v4::id();
let instruction = Self::Instruction {};
let instruction = Self::Instruction { force_close: false };
let accounts = Self::Accounts {
group: self.group,