gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: remove resolved FIXME


From: gnunet
Subject: [libeufin] branch master updated: remove resolved FIXME
Date: Wed, 25 Aug 2021 17:36:30 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 534cff2  remove resolved FIXME
534cff2 is described below

commit 534cff2a3b34e848fa2067cb461a7d157915cae4
Author: MS <ms@taler.net>
AuthorDate: Wed Aug 25 04:36:24 2021 -1100

    remove resolved FIXME
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index 3208d83..25d29ec 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -184,8 +184,6 @@ private suspend fun talerTransfer(call: ApplicationCall) {
     parsePayto(transferRequest.credit_account)
     val facadeId = expectNonNull(call.parameters["fcid"])
     val opaqueRowId = transaction {
-        // FIXME: re-enable authentication 
(https://bugs.gnunet.org/view.php?id=6703)
-        // val exchangeUser = authenticateRequest(call.request)
         call.request.requirePermission(PermissionQuery("facade", facadeId, 
"facade.talerwiregateway.transfer"))
         val facade = FacadeEntity.find { FacadesTable.facadeName eq facadeId 
}.firstOrNull() ?: throw NexusError(
             HttpStatusCode.NotFound,
@@ -510,4 +508,4 @@ fun talerFacadeRoutes(route: Route, httpClient: HttpClient) 
{
         call.respondText("Hello, this is a Taler Facade")
         return@get
     }
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]