commit eaeb60386b9b2d04695f8c8c84ee6079b4cd1a86 parent 52cd677f022c4ea8c5f962618154907b3a182418 Author: MS <ms@taler.net> Date: Wed, 23 Nov 2022 20:51:45 +0100 address note Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt @@ -1150,10 +1150,6 @@ private fun handleEbicsDownloadTransactionInitialization(requestContext: Request val totalSize = encodedResponse.length val numSegments = ((totalSize + segmentSize - 1) / segmentSize) - /** - * Clarify: the encoded response seems to be returned here - * (init phase) AND along the transfer phase. - */ EbicsDownloadTransactionEntity.new(transactionID) { this.subscriber = requestContext.subscriber this.host = requestContext.ebicsHost