Skip to content

Commit

Permalink
docs: remove wrong todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 1, 2024
1 parent 920dc2b commit 604578e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ where
transaction: TransactionArg,
platform_version: &PlatformVersion,
) -> Result<(), Error> {
// TODO: It will be more efficient to query documents less than the current limit
// in this case we won't fetch documents if we aren't going to process and
// documents with big amounts created earlier won't block processing of withdrawals with smaller
// amounts (more precise limiting)
let documents = self.drive.fetch_oldest_withdrawal_documents_by_status(
withdrawals_contract::WithdrawalStatus::QUEUED.into(),
platform_version
Expand Down

0 comments on commit 604578e

Please sign in to comment.