gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 07/08: fix inconsistency in field naming


From: gnunet
Subject: [taler-exchange] 07/08: fix inconsistency in field naming
Date: Fri, 27 Mar 2020 11:26:44 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 4856d8114c971fb37a5b913437f22fbc7ceb6fa9
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 11:11:45 2020 +0100

    fix inconsistency in field naming
---
 src/auditor/taler-helper-auditor-coins.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/auditor/taler-helper-auditor-coins.c 
b/src/auditor/taler-helper-auditor-coins.c
index 7c5ce4b1..b292da8b 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -1323,7 +1323,7 @@ refresh_session_cb (void *cls,
                                    "row", (json_int_t) rowid,
                                    "loss", TALER_JSON_from_amount (
                                      amount_with_fee),
-                                   "key_pub", GNUNET_JSON_from_data_auto (
+                                   "coin_pub", GNUNET_JSON_from_data_auto (
                                      coin_pub)));
       GNUNET_assert (GNUNET_OK ==
                      TALER_amount_add (&total_bad_sig_loss,
@@ -1665,7 +1665,7 @@ deposit_cb (void *cls,
                                    "row", (json_int_t) rowid,
                                    "loss", TALER_JSON_from_amount (
                                      amount_with_fee),
-                                   "key_pub", GNUNET_JSON_from_data_auto (
+                                   "coin_pub", GNUNET_JSON_from_data_auto (
                                      coin_pub)));
       GNUNET_assert (GNUNET_OK ==
                      TALER_amount_add (&total_bad_sig_loss,
@@ -1690,7 +1690,7 @@ deposit_cb (void *cls,
                                    "row", (json_int_t) rowid,
                                    "loss", TALER_JSON_from_amount (
                                      amount_with_fee),
-                                   "key_pub", GNUNET_JSON_from_data_auto (
+                                   "coin_pub", GNUNET_JSON_from_data_auto (
                                      coin_pub)));
       GNUNET_assert (GNUNET_OK ==
                      TALER_amount_add (&total_bad_sig_loss,
@@ -1861,8 +1861,8 @@ refund_cb (void *cls,
                                    "row", (json_int_t) rowid,
                                    "loss", TALER_JSON_from_amount (
                                      amount_with_fee),
-                                   "key_pub", GNUNET_JSON_from_data_auto (
-                                     merchant_pub)));
+                                   "coin_pub", GNUNET_JSON_from_data_auto (
+                                     coin_pub)));
       GNUNET_assert (GNUNET_OK ==
                      TALER_amount_add (&total_bad_sig_loss,
                                        &total_bad_sig_loss,
@@ -1971,7 +1971,7 @@ check_recoup (struct CoinContext *cc,
                                  "operation", operation,
                                  "row", (json_int_t) rowid,
                                  "loss", TALER_JSON_from_amount (amount),
-                                 "key_pub", GNUNET_JSON_from_data_auto (
+                                 "coin_pub", GNUNET_JSON_from_data_auto (
                                    &coin->denom_pub_hash)));
     GNUNET_assert (GNUNET_OK ==
                    TALER_amount_add (&total_bad_sig_loss,

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



reply via email to

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