summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c
diff options
context:
space:
mode:
authorCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-16 18:54:24 +0200
committerCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-19 20:47:34 +0200
commitba725b627efe5d5a6b4131898c7ee643fce85380 (patch)
tree01aad63c0e7a12f37e026fc64d1fc8f839fda5ce /src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c
parent962bcbc6a6bd10f3bbe80766278c36b02f53c7e4 (diff)
downloadexchange-ba725b627efe5d5a6b4131898c7ee643fce85380.tar.gz
exchange-ba725b627efe5d5a6b4131898c7ee643fce85380.tar.bz2
exchange-ba725b627efe5d5a6b4131898c7ee643fce85380.zip
Fix various CRUD bugs
Diffstat (limited to 'src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c')
-rw-r--r--src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c b/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c
index df6cac9b4..231daf569 100644
--- a/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c
+++ b/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-put.c
@@ -1,5 +1,3 @@
-
-
/*
This file is part of TALER
Copyright (C) 2024 Taler Systems SA
@@ -17,7 +15,6 @@
*/
-
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>
#include <gnunet/gnunet_json_lib.h>
@@ -57,8 +54,9 @@ process_inconsistency (
}
/* execute transaction */
- qs = TAH_plugin->insert_reserve_balance_summary_wrong_inconsistency (TAH_plugin->cls,
- dc);
+ qs = TAH_plugin->insert_reserve_balance_summary_wrong_inconsistency (
+ TAH_plugin->cls,
+ dc);
if (0 > qs)
{
GNUNET_break (GNUNET_DB_STATUS_HARD_ERROR == qs);
@@ -91,10 +89,10 @@ TAH_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_handler_put (
struct GNUNET_JSON_Specification spec[] = {
-GNUNET_JSON_spec_fixed_auto("reserve_pub", &dc.reserve_pub),
-TALER_JSON_spec_amount("exchange_amount", TAH_currency, &dc.exchange_amount),
-TALER_JSON_spec_amount("auditor_amount", TAH_currency, &dc.auditor_amount),
-GNUNET_JSON_spec_bool("suppressed", &dc.suppressed),
+ GNUNET_JSON_spec_fixed_auto ("reserve_pub", &dc.reserve_pub),
+ TALER_JSON_spec_amount ("exchange_amount", TAH_currency,
+ &dc.exchange_amount),
+ TALER_JSON_spec_amount ("auditor_amount", TAH_currency, &dc.auditor_amount),
GNUNET_JSON_spec_end ()
@@ -158,5 +156,3 @@ TEAH_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_PUT_done (void)
{
}
-
- \ No newline at end of file