gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: doh: key missing


From: gnunet
Subject: [taler-exchange] branch master updated: doh: key missing
Date: Tue, 25 Aug 2020 21:15:56 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d6400f52 doh: key missing
d6400f52 is described below

commit d6400f52e19704c3d726be601f91583dad9d9256
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 25 21:15:55 2020 +0200

    doh: key missing
---
 contrib/gana                             | 2 +-
 src/exchange/taler-exchange-httpd_melt.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 26c28e8d..0b778cda 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 26c28e8d30ec14ee3e0c32115d6eb9b3f180c65f
+Subproject commit 0b778cdac372d0b75f3b64501a15a21c9c57f36e
diff --git a/src/exchange/taler-exchange-httpd_melt.c 
b/src/exchange/taler-exchange-httpd_melt.c
index 4f5f4ceb..f276a72b 100644
--- a/src/exchange/taler-exchange-httpd_melt.c
+++ b/src/exchange/taler-exchange-httpd_melt.c
@@ -69,10 +69,10 @@ reply_melt_insufficient_funds (
     connection,
     MHD_HTTP_CONFLICT,
     "{s:s, s:I, s:o, s:o, s:o, s:o, s:o}",
+    "hint",
     TALER_ErrorCode_get_hint (TALER_EC_MELT_INSUFFICIENT_FUNDS),
     "code",
-    (json_int_t)
-    TALER_EC_MELT_INSUFFICIENT_FUNDS,
+    (json_int_t) TALER_EC_MELT_INSUFFICIENT_FUNDS,
     "coin_pub",
     GNUNET_JSON_from_data_auto (coin_pub),
     "original_value",

-- 
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]