aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-05 19:23:16 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-05 19:23:16 +0100
commit6ba9f934c42298cc2f21e2320a13a9a752cba9ab (patch)
treeee20977e0a00d1d28f8ac4816b0bd9f9268aecdd /src/lib/exchange_api_common.c
parentbb6c11ad9e2aa0e4ebde44cdd2a16974da308df3 (diff)
downloadexchange-6ba9f934c42298cc2f21e2320a13a9a752cba9ab.tar.xz
-add FIXMEs
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r--src/lib/exchange_api_common.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index 38c4ce1a3..c5cf4110d 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -831,7 +831,8 @@ TALER_EXCHANGE_verify_coin_history (
return GNUNET_SYSERR;
}
*h_denom_pub = rr.h_denom_pub;
- add = GNUNET_YES;
+ add = GNUNET_YES; // FIXME: one of these should be a "NO"
+ // => need better tests!!!
}
else if (0 == strcasecmp (type,
"OLD-COIN-RECOUP"))
@@ -878,7 +879,7 @@ TALER_EXCHANGE_verify_coin_history (
GNUNET_break_op (0);
return GNUNET_SYSERR;
}
- add = GNUNET_YES;
+ add = GNUNET_YES; // FIXME: one of these should be a "NO"
}
else
{
@@ -911,7 +912,8 @@ TALER_EXCHANGE_verify_coin_history (
However, for the implementation, we first *add* up all of
these negative amounts, as we might get refunds before
deposits from a semi-evil exchange. Then, at the end, we do
- the subtraction by calculating "total = total - rtotal" */GNUNET_assert (GNUNET_NO == add);
+ the subtraction by calculating "total = total - rtotal" */
+ GNUNET_assert (GNUNET_NO == add);
if (0 >
TALER_amount_add (&rtotal,
&rtotal,