Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Mar 22, 2024
1 parent e3d0992 commit a596512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/Swaps/Orders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export function SwapAndSendDialog({ open, onClose, order }: { open: boolean; onC
(cent) => (args: [transferTo: string | null, amount: CurrencyBalance | null], options) => {
const [transferTo, amount] = args
let fn = api.tx.orderBook.fillOrder
if (isMuxSwap /* TODO: && hasLocalRepresentation */) {
if (isMuxSwap) {
fn = api.tx.tokenMux.matchSwap
}
let swapTx = fn(order.id, order.sellAmount.toString())
Expand Down

0 comments on commit a596512

Please sign in to comment.