Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion typescript/phoenix-sdk/examples/simpleMarketMaker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function simpleMarketMaker(privateKeyPath: string) {
);

// Note we could bundle this with the place order transaction below, but we choose to cancel
// seperately since getting the price could take an non-deterministic amount of time
// separately since getting the price could take an non-deterministic amount of time
try {
const cancelTransaction = new Transaction().add(cancelAll);
const txid = await sendAndConfirmTransaction(
Expand Down