summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_common_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 12:13:58 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 12:13:58 +0200
commitad612623be5facd4e89fcc9347217d6c7ab1778b (patch)
tree5b13a0beddd6eac0def43ff225943d322798cea2 /src/exchange/taler-exchange-httpd_common_deposit.c
parent3ff92b9bbcf072d0b9840ad1c6af0a2bc1b1ef21 (diff)
downloadexchange-ad612623be5facd4e89fcc9347217d6c7ab1778b.tar.gz
exchange-ad612623be5facd4e89fcc9347217d6c7ab1778b.tar.bz2
exchange-ad612623be5facd4e89fcc9347217d6c7ab1778b.zip
-run read-only transactions in proper read-only scope (at least some of them)
Diffstat (limited to 'src/exchange/taler-exchange-httpd_common_deposit.c')
-rw-r--r--src/exchange/taler-exchange-httpd_common_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_common_deposit.c b/src/exchange/taler-exchange-httpd_common_deposit.c
index 92e2469f2..84d9448aa 100644
--- a/src/exchange/taler-exchange-httpd_common_deposit.c
+++ b/src/exchange/taler-exchange-httpd_common_deposit.c
@@ -240,7 +240,7 @@ TEH_common_deposit_check_purse_deposit (
GNUNET_break_op (0);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
- /* FIXME: other error code? */
+ /* FIXME-Oec: other error code? */
TALER_EC_EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE,
"invalid attest for minimum age");
}