Skip to content

Commit

Permalink
Fixes from review
Browse files Browse the repository at this point in the history
Signed-off-by: microwavedcola1 <[email protected]>
  • Loading branch information
microwavedcola1 committed Aug 22, 2024
1 parent 1eb06af commit a68b567
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ts/client/src/accounts/mangoAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,6 @@ export class MangoAccount {

public getTokenInUseCount(bank: Bank): number {
const tp = this.getToken(bank.tokenIndex);
if (
this.publicKey.equals(
new PublicKey('HBVZhx5hEaeANvDdd6pPMzAPoPjk8Gxm6uEUM5xrje6p'),
)
) {
console.log(tp);
}
return tp?.inUseCount ?? 0;
}

Expand Down

0 comments on commit a68b567

Please sign in to comment.