Fix rust test compilation
This commit is contained in:
parent
5df60b48d9
commit
1c36b1b493
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue