Skip to content

Commit

Permalink
chore: remove resolved TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Nov 9, 2023
1 parent 1a74b24 commit 91d1034
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/domain/position/binProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ const processBins = async (bins, trx) => {
accountIdMap[participantCurrencyId] = { participantId, currencyId }
}

// TODO: Verify if all the accountIds have a corresponding participantCurrencyId
// TODO: Verify all maps are correctly constructed

// Get all participantCurrencyIds for the participantIdMap
const allParticipantCurrencyIds = await BatchPositionModelCached.getParticipantCurrencyByParticipantIds(trx, Object.keys(participantIdMap))
const settlementCurrencyIds = []
Expand Down

0 comments on commit 91d1034

Please sign in to comment.