Skip to content

Commit

Permalink
Deleted ApiTransactionServiceSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-da committed Oct 19, 2021
1 parent b8de0b2 commit bb762d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private[apiserver] object ApiTransactionService {
)
}

private[apiserver] final class ApiTransactionService private[apiserver] (
private[apiserver] final class ApiTransactionService private (
transactionsService: IndexTransactionsService,
metrics: Metrics,
errorCodesVersionSwitcher: ErrorCodesVersionSwitcher,
Expand Down Expand Up @@ -202,7 +202,6 @@ private[apiserver] final class ApiTransactionService private[apiserver] (
new DamlContextualizedErrorLogger(logger, loggingContext, None)
}
logger.trace(s"Flat transaction by ID request: $request")
// TODO error codes: Do we need more context here?

lookUpFlatByTransactionId(request.transactionId, request.requestingParties)(errorLogger)
.andThen(logger.logErrorsOnCall[GetFlatTransactionResponse])
Expand Down

This file was deleted.

0 comments on commit bb762d5

Please sign in to comment.