Skip to content

Commit

Permalink
remove comment accidentally added back (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr authored Sep 19, 2024
1 parent dd2a9df commit af3cfb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/ts/src/fillFeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ function toFillLogResult(fillLog: FillLog, slot: number): FillLogResult {
taker: fillLog.taker.toBase58(),
baseAtoms: toNum(fillLog.baseAtoms.inner),
quoteAtoms: toNum(fillLog.quoteAtoms.inner),
// TODO: Fix this for the new price format
price: convertU128(fillLog.price.inner),
takerIsBuy: fillLog.takerIsBuy,
slot,
Expand Down

0 comments on commit af3cfb5

Please sign in to comment.