This commit is contained in:
silas 2022-10-18 20:05:41 +01:00 committed by GitHub
parent fe1b7ab8e8
commit 2e23ccaaec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -1764,14 +1764,14 @@ export class MangoClient {
) )
.instruction(); .instruction();
return await sendTransaction( return await sendTransaction(
this.program.provider as AnchorProvider, this.program.provider as AnchorProvider,
[ix], [ix],
group.addressLookupTablesList, group.addressLookupTablesList,
{ {
postSendTxCallback: this.postSendTxCallback, postSendTxCallback: this.postSendTxCallback,
}, },
); );
} }
async perpSettleFees( async perpSettleFees(
@ -1808,14 +1808,14 @@ export class MangoClient {
) )
.instruction(); .instruction();
return await sendTransaction( return await sendTransaction(
this.program.provider as AnchorProvider, this.program.provider as AnchorProvider,
[ix], [ix],
group.addressLookupTablesList, group.addressLookupTablesList,
{ {
postSendTxCallback: this.postSendTxCallback, postSendTxCallback: this.postSendTxCallback,
}, },
); );
} }
public async perpConsumeEvents( public async perpConsumeEvents(