Remove TODO
This commit is contained in:
parent
4dccbddcc5
commit
e2e59b5726
|
@ -196,7 +196,6 @@ export const updateMakers = (
|
|||
}
|
||||
|
||||
// Deduct balance of makers.
|
||||
// TODO: Check if users would go negative from fills and cancel those bets.
|
||||
const spentByUser = mapValues(
|
||||
groupBy(makers, (maker) => maker.bet.userId),
|
||||
(makers) => sumBy(makers, (maker) => maker.amount)
|
||||
|
|
Loading…
Reference in New Issue
Block a user