Skip to content

Commit 110de70

Browse files
author
Bengt Lofgren
committed
any changes here?
1 parent b7ff401 commit 110de70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solana/ts/tests/01__matchingEngine.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,12 +3972,11 @@ describe("Matching Engine", function () {
39723972
if (!ix.programId.equals(engine.ID) || !("data" in ix)) {
39733973
continue;
39743974
}
3975-
39763975
const data = utils.bytes.bs58.decode(ix.data);
39773976
if (!data.subarray(0, 8).equals(CPI_EVENT_IX_SELECTOR)) {
39783977
continue;
39793978
}
3980-
3979+
console.log("data", data);
39813980
const decoded = engine.program.coder.events.decode(
39823981
utils.bytes.base64.encode(data.subarray(8)),
39833982
);

0 commit comments

Comments
 (0)