summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 19:36:20 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 19:36:20 +0100
commit33bd1ca2bbd61019b224c9de8ac48126d0a57ab0 (patch)
tree64d41ef31a4f866832c4ea28cb7eace35149bba2 /src
parent0a3e9f724f57877f694db1c32d3372e40b48faf8 (diff)
downloadexchange-33bd1ca2bbd61019b224c9de8ac48126d0a57ab0.tar.gz
exchange-33bd1ca2bbd61019b224c9de8ac48126d0a57ab0.tar.bz2
exchange-33bd1ca2bbd61019b224c9de8ac48126d0a57ab0.zip
help crappy indenter
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_common.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index 2c7923cef..c7e76985d 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -224,8 +224,10 @@ TALER_EXCHANGE_verify_coin_history (const char *currency,
for the exchange to lie here, so not checking is probably OK
(an auditor ought to check, though). Then again, we similarly
had no reason to check the merchant's signature (other than a
- well-formendess check). *//* TODO: check that deposit fee and coin value match
- our expectations from /keys! */add = GNUNET_NO;
+ well-formendess check). *///
+ /* TODO: check that deposit fee and coin value match
+ our expectations from /keys! *///
+ add = GNUNET_NO;
}
else if (0 == strcasecmp (type,
"PAYBACK"))