Skip to content

Commit 1030a0c

Browse files
committed
More debugging
1 parent 7c3eed1 commit 1030a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fixtures/call_external/tests/call_external.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe("call_external", () => {
1616
maxSupportedTransactionVersion: 0,
1717
commitment: "confirmed",
1818
});
19+
console.log(`${JSON.stringify(txDetails, null, 2)}`);
1920
const logMessages = txDetails.meta.logMessages;
2021
console.log(`${JSON.stringify(logMessages, null, 2)}`);
2122
});

0 commit comments

Comments
 (0)