diff --git a/components/trade/UnsettledTrades.tsx b/components/trade/UnsettledTrades.tsx index 6cbaabd2..483722d0 100644 --- a/components/trade/UnsettledTrades.tsx +++ b/components/trade/UnsettledTrades.tsx @@ -91,7 +91,7 @@ const UnsettledTrades = ({ console.log('mangoAccountPnl', mangoAccountPnl) - const allMangoAccounts = await client.getAllMangoAccounts(group) + const allMangoAccounts = await client.getAllMangoAccounts(group, true) const settleCandidates = await market.getSettlePnlCandidates( client,