Skip to content

Commit

Permalink
solana: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Oct 10, 2024
1 parent 6a61d76 commit 6210763
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solana/ts/tests/04__interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,6 @@ describe("Matching Engine <> Token Router", function () {

describe("Settle No Auction (Local)", function () {
before("Start Event Listener", async function () {
// listenerId = matchingEngine.onFilledLocalFastOrder((event, slot, signature) => {
// emittedEvents.push({ event, slot, signature });
// });
listenerId = matchingEngine.onEventCpi((event, slot, signature) => {
const { localFastOrderFilled } = event;
if (localFastOrderFilled !== undefined) {
Expand Down Expand Up @@ -470,9 +467,6 @@ describe("Matching Engine <> Token Router", function () {
let listenerId: number | undefined;

before("Start Event Listener", async function () {
// listenerId = matchingEngine.onFilledLocalFastOrder((event, slot, signature) => {
// emittedEvents.push({ event, slot, signature });
// });
listenerId = matchingEngine.onEventCpi((event, slot, signature) => {
const { localFastOrderFilled } = event;
if (localFastOrderFilled !== undefined) {
Expand Down

0 comments on commit 6210763

Please sign in to comment.