gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: do not break on iss


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: do not break on issues we log to JSON
Date: Mon, 20 Nov 2017 21:56:23 +0100

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 111abd5  do not break on issues we log to JSON
111abd5 is described below

commit 111abd594487cfabd8c60f46347f6d953586e91b
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 20 21:56:06 2017 +0100

    do not break on issues we log to JSON
---
 contrib/samples/wire-auditor.json | 14 +++++++++++++-
 src/auditor/taler-wire-auditor.c  |  1 -
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/contrib/samples/wire-auditor.json 
b/contrib/samples/wire-auditor.json
index 44e3382..ce2baf2 100644
--- a/contrib/samples/wire-auditor.json
+++ b/contrib/samples/wire-auditor.json
@@ -220,5 +220,17 @@
       "diagnostic": "duplicate wire offset"
     }
   ],
-  "row_minor_inconsistencies": []
+  "row_minor_inconsistencies": [],
+  "total_wire_format_amount": {
+    "currency": "KUDOS",
+    "value": 0,
+    "fraction": 0
+  },
+  "wire_format_inconsistencies": [],
+  "total_amount_lag": {
+    "currency": "KUDOS",
+    "value": 5,
+    "fraction": 1000000
+  },
+  "lag_details": []
 }
\ No newline at end of file
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 1b514a0..6d5085e 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -996,7 +996,6 @@ reserve_in_cb (void *cls,
                                         rii,
                                         
GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY))
   {
-    GNUNET_break_op (0); /* duplicate wire offset is not allowed! */
     report (report_row_inconsistencies,
             json_pack ("{s:s, s:I, s:o, s:s}",
                        "table", "reserves_in",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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