diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 11:24:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 11:24:32 +0100 |
commit | c2549e8b1e43acc2c35b898062d5dcdb5e53ee6e (patch) | |
tree | 99906f59d07183433ea55dbc19106850dd565108 /src/exchange/taler-exchange-httpd_csr.c | |
parent | bc14c215b3a29da0d8fbb9c3f7b577a3155c2943 (diff) |
-address FIXMEs
Diffstat (limited to 'src/exchange/taler-exchange-httpd_csr.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_csr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_csr.c b/src/exchange/taler-exchange-httpd_csr.c index 1701b7a4..47694d30 100644 --- a/src/exchange/taler-exchange-httpd_csr.c +++ b/src/exchange/taler-exchange-httpd_csr.c @@ -68,8 +68,7 @@ TEH_handler_csr (struct TEH_RequestContext *rc, return TALER_MHD_reply_with_error ( rc->connection, MHD_HTTP_BAD_REQUEST, - // FIXME: generalize error message - TALER_EC_EXCHANGE_REFRESHES_REVEAL_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE, + TALER_EC_EXCHANGE_GENERIC_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE, NULL); } struct TALER_CsNonce nonces[GNUNET_NZL (csr_requests_num)]; |