Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 9, 2024
1 parent b59d5da commit 9389cd1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions governance/pyth_staking_sdk/src/pyth-staking-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ export class PythStakingClient {
],
},
);
let accounts = res.map((account) => account.pubkey);
accounts.push(
new PublicKey("GmJg5NHSSnixPWBYa3gs3oX41vRewXPTLxcDcykajBM1"),
);
return accounts;
return res.map((account) => account.pubkey);
}

public async getStakeAccountPositions(
Expand Down

0 comments on commit 9389cd1

Please sign in to comment.