summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-proof.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 12:53:13 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 12:53:13 +0100
commit2d9d970bca7df7a45b60877baa608956e57c00e1 (patch)
tree44ed9621526703a4717e3abef998710b4afb7e08 /src/exchange/taler-exchange-httpd_kyc-proof.c
parent2504699b3b79ed7203d7413d8bbc91ffd28b5481 (diff)
downloadexchange-2d9d970bca7df7a45b60877baa608956e57c00e1.tar.gz
exchange-2d9d970bca7df7a45b60877baa608956e57c00e1.tar.bz2
exchange-2d9d970bca7df7a45b60877baa608956e57c00e1.zip
lproc is not unique if we have failed processes, handle multiple matches
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-proof.c')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-proof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-proof.c b/src/exchange/taler-exchange-httpd_kyc-proof.c
index b9ec3563d..7885b8a31 100644
--- a/src/exchange/taler-exchange-httpd_kyc-proof.c
+++ b/src/exchange/taler-exchange-httpd_kyc-proof.c
@@ -444,7 +444,7 @@ TEH_handler_kyc_proof (
MHD_HTTP_INTERNAL_SERVER_ERROR,
"kyc-proof-internal-error",
TALER_EC_GENERIC_DB_STORE_FAILED,
- "lookup_kyc_requirement_by_account");
+ "lookup_kyc_process_by_account");
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
return respond_html_ec (rc,
MHD_HTTP_NOT_FOUND,