summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-11 18:36:34 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-11 18:36:34 +0200
commitacb9cfec58b56d70ae774ce2c550b9e8200beeb5 (patch)
tree27ccf520b19b0126158035329d4ccfa788f4dc78
parent7f7aaa0443c0ba052b2b41642a12c035f48b3ee8 (diff)
downloadexchange-acb9cfec58b56d70ae774ce2c550b9e8200beeb5.tar.gz
exchange-acb9cfec58b56d70ae774ce2c550b9e8200beeb5.tar.bz2
exchange-acb9cfec58b56d70ae774ce2c550b9e8200beeb5.zip
-remove FIXME, status code is fine
-rw-r--r--src/exchange/taler-exchange-httpd_common_deposit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_common_deposit.c b/src/exchange/taler-exchange-httpd_common_deposit.c
index 84d9448aa..1e4312996 100644
--- a/src/exchange/taler-exchange-httpd_common_deposit.c
+++ b/src/exchange/taler-exchange-httpd_common_deposit.c
@@ -240,7 +240,6 @@ TEH_common_deposit_check_purse_deposit (
GNUNET_break_op (0);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
- /* FIXME-Oec: other error code? */
TALER_EC_EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE,
"invalid attest for minimum age");
}