gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #7256


From: gnunet
Subject: [taler-exchange] branch master updated: fix #7256
Date: Mon, 13 Jun 2022 09:51:20 +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 3c4d6f1b fix #7256
3c4d6f1b is described below

commit 3c4d6f1ba2f0e608605c6dffa6b381675c333245
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 13 09:51:18 2022 +0200

    fix #7256
---
 src/json/json_helper.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 2e5241b5..11aeceef 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -106,6 +106,11 @@ parse_amount (void *cls,
                     r_amount->currency)) )
   {
     GNUNET_break_op (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Expected currency `%s', but amount used currency `%s' in 
field `%s'\n",
+                currency,
+                r_amount->currency,
+                spec->field);
     return GNUNET_SYSERR;
   }
   return GNUNET_OK;

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