Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 11, 2024
1 parent 5bde3b6 commit e67c7cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdk/src/driftClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5290,9 +5290,11 @@ export class DriftClient {
}

public async getLogUserBalancesIx(
userAccountPublicKey: PublicKey,
userAccountPublicKey: PublicKey
): Promise<TransactionInstruction> {
const userAccount = (await this.program.account.user.fetch(userAccountPublicKey)) as UserAccount;
const userAccount = (await this.program.account.user.fetch(
userAccountPublicKey
)) as UserAccount;
const remainingAccounts = this.getRemainingAccounts({
userAccounts: [userAccount],
});
Expand Down

0 comments on commit e67c7cf

Please sign in to comment.