Skip to content

Commit

Permalink
fix findAllMarkets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbridges committed Jan 25, 2024
1 parent 270b2d2 commit 0964ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/src/market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function findAllMarkets(
if (
(tx.transaction.message as Message).staticAccountKeys[
eventAuthorityKey
].toString() !== eventAuthority.toString() ||
]?.toString() !== eventAuthority.toString() ||
(tx.transaction.message as Message).staticAccountKeys[
programKey
].toString() !== programId.toString()
Expand Down

0 comments on commit 0964ab0

Please sign in to comment.