gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix amount packer


From: gnunet
Subject: [taler-exchange] branch master updated: -fix amount packer
Date: Wed, 28 Jul 2021 09:46:43 +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 f2b3c4ee -fix amount packer
f2b3c4ee is described below

commit f2b3c4ee72442d0855af1a930231d7092544b7cf
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Jul 28 09:46:40 2021 +0200

    -fix amount packer
---
 src/mhd/mhd_responses.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c
index b666720e..befd5631 100644
--- a/src/mhd/mhd_responses.c
+++ b/src/mhd/mhd_responses.c
@@ -340,7 +340,7 @@ struct MHD_Response *
 TALER_MHD_make_error (enum TALER_ErrorCode ec,
                       const char *detail)
 {
-  return TALER_MHD_make_JSON_PACK (
+  return TALER_MHD_MAKE_JSON_PACK (
     GNUNET_JSON_pack_uint64 ("code", ec),
     GNUNET_JSON_pack_string ("hint", TALER_ErrorCode_get_hint (ec)),
     GNUNET_JSON_pack_allow_null (
@@ -354,7 +354,7 @@ TALER_MHD_reply_with_error (struct MHD_Connection 
*connection,
                             enum TALER_ErrorCode ec,
                             const char *detail)
 {
-  return TALER_MHD_reply_JSON_PACK (
+  return TALER_MHD_REPLY_JSON_PACK (
     connection,
     http_status,
     GNUNET_JSON_pack_uint64 ("code", ec),

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